@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/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000098F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398304'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000098F'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000098F'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398304'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398302'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000995'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000995'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398302'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398362'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009D1'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009D1'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398362'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398365'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009CF'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009CF'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398365'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398364'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009D6'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009D6'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398364'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395734'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF80'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF80'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395734'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F69D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396156'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F69D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F69D'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396156'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395011'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC91'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC91'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395011'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395012'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D3'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395012'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396525'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F802'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F802'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396525'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396499'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7FA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7FA'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396499'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396500'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F810'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F810'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396500'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396501'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F823'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F823'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396501'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394506'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E8D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E8D'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394506'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394507'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E92'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E92'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394507'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394480'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E9F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E9F'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394480'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394481'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EAA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EAA'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394481'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394482'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB1'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394482'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398301'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000991'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000991'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398301'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397963'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005EF'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005EF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397963'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395013'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8DC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8DC'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395013'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395963'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB44'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB44'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395963'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395964'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB5A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB5A'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395964'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396031'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F629'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F629'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396031'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397075'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C7'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C7'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397075'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397426'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B951'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B951'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397426'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397434'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C464'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C464'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397434'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395099'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD10'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD10'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395099'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395199'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD37'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD37'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395199'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395416'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE73'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE73'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395416'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396795'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020614'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020614'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396795'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395372'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE1B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE1B'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395372'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395373'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE25'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE25'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395373'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395374'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A6'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395374'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395649'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF45'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF45'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395649'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395314'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDF4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDF4'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395314'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395312'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDD4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDD4'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395312'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397385'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B910'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B910'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397385'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397396'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B924'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B924'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397396'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C47D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397447'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C47D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C47D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397447'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394378'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E57'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E57'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394378'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394733'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F18'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F18'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394733'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394734'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F29'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F29'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394734'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394683'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED56'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED56'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394683'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394832'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F64'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F64'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394832'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395491'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF1A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF1A'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395491'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395492'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF28'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF28'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395492'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395588'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEF7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEF7'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395588'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394534'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EBA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EBA'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394534'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396454'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D8'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396454'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395589'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF13'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF13'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395589'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395033'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCCF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCCF'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395033'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395274'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDF0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDF0'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395274'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002064A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396838'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002064A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002064A'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396838'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396839'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020649'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020649'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396839'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F69B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396151'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F69B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F69B'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396151'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396144'^^xsd:integer;
  dwc:scientificName 'Graneledone verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A3'^^xsd:string;
  dwc:aphiaid '157019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396144'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '157019'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396515'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F824'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F824'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396515'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396513'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F6'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396513'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F80A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396514'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F80A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F80A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396514'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396458'^^xsd:integer;
  dwc:scientificName 'Acanthodoris pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F833'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F833'^^xsd:string;
  dwc:aphiaid '140627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396458'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395984'^^xsd:integer;
  dwc:scientificName 'Mesophyllum lichenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020086'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020086'^^xsd:string;
  dwc:aphiaid '145188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395984'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395985'^^xsd:integer;
  dwc:scientificName 'Mesophyllum lichenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200AD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200AD'^^xsd:string;
  dwc:aphiaid '145188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395985'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395924'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200B4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200B4'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395924'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395922'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020097'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020097'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395922'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395639'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF3F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF3F'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395639'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396152'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B8'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396152'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397497'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C533'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C533'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397497'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394408'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E59'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E59'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394408'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396610'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C7'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396610'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394981'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCB2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCB2'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394981'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394982'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCC5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCC5'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394982'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396900'^^xsd:integer;
  dwc:scientificName 'Mesophyllum lichenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020666'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020666'^^xsd:string;
  dwc:aphiaid '145188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396900'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396901'^^xsd:integer;
  dwc:scientificName 'Mesophyllum lichenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020689'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020689'^^xsd:string;
  dwc:aphiaid '145188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396901'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396857'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020688'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020688'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396857'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396855'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020676'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020676'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396855'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396856'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020683'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020683'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396856'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395862'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020052'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020052'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395862'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F67F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396121'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F67F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F67F'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396121'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394498'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E91'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E91'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394498'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394499'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA1'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394499'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394500'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EAB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EAB'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394500'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394456'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E72'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E72'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394456'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394457'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E96'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E96'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394457'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394843'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDF9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDF9'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394843'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394806'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F4B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F4B'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394806'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394807'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F6E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F6E'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394807'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394758'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F3D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F3D'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394758'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394377'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E55'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E55'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394377'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394826'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F41'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F41'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394826'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394827'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F46'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F46'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394827'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394828'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F4C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F4C'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394828'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394829'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F52'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F52'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394829'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397473'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C497'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C497'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397473'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397050'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226A3'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226A3'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397050'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B93B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397413'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B93B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B93B'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397413'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394407'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E58'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E58'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394407'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394959'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC59'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC59'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394959'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394960'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC63'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC63'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394960'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394961'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC6D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC6D'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394961'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395736'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF97'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF97'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395736'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395737'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFA2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFA2'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395737'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395738'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFAA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFAA'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395738'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395739'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFB5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFB5'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395739'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395794'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFD9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFD9'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395794'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395795'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFE2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFE2'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395795'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395796'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFEC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFEC'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395796'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395797'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF6'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395797'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396609'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE5F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE5F'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396609'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394370'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC05'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC05'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394370'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396075'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F656'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F656'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396075'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F64B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396090'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F64B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F64B'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396090'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394376'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E52'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E52'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394376'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396157'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B7'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396157'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396141'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B9'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396141'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396279'^^xsd:integer;
  dwc:scientificName 'Sphaerococcus coronopifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F733'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F733'^^xsd:string;
  dwc:aphiaid '145908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396279'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396253'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D6'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396253'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396254'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F714'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F714'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396254'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394842'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDB2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDB2'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394842'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F71E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396230'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F71E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F71E'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396230'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F62B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396033'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F62B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F62B'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396033'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394736'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED50'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED50'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394736'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394709'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F01'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F01'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394709'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394844'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F42'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F42'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394844'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394845'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F4D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F4D'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394845'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394847'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDD4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDD4'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394847'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394841'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDAA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDAA'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394841'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F80B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396524'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F80B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F80B'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396524'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397499'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C539'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C539'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397499'^^xsd:string;
  dwc:observationDate '2007-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000035A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397820'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000035A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000035A'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397820'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000007D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397581'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000007D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000007D'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397581'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397602'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002AF'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002AF'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397602'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000027F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397711'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000027F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000027F'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397711'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397599'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002B5'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002B5'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397599'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000026F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397638'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000026F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000026F'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397638'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397648'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000188'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000188'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397648'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000002B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397522'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000002B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000002B'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397522'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398263'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000970'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000970'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398263'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398266'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000969'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000969'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398266'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397794'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000308'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000308'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397794'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397720'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000284'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000284'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397720'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397681'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000298'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000298'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397681'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397603'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000163'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000163'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397603'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397795'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002FC'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002FC'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397795'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397510'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000025'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000025'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397510'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397521'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000029'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000029'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397521'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397515'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000043'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000043'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397515'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397572'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000A1'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000A1'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397572'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397817'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000382'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000382'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397817'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397766'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000379'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000379'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397766'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000028C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397694'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000028C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000028C'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397694'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000021D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397695'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000021D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000021D'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397695'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397822'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000350'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000350'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397822'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397818'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000387'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000387'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397818'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000029F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397741'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000029F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000029F'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397741'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000021B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397693'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000021B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000021B'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397693'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000037C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397758'^^xsd:integer;
  dwc:scientificName 'Amphitrite'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000037C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000037C'^^xsd:string;
  dwc:aphiaid '129686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397758'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000032A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397798'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000032A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000032A'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397798'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000002F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397508'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000002F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000002F'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397508'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000037B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397765'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000037B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000037B'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397765'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C51D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397480'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C51D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C51D'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397480'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002269B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397040'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002269B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002269B'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397040'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397401'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B929'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B929'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397401'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C53E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397503'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C53E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C53E'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397503'^^xsd:string;
  dwc:observationDate '2007-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397069'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C1'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C1'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397069'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397435'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C468'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C468'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397435'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F73D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396297'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F73D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F73D'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396297'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396298'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F758'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F758'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396298'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396299'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7BC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7BC'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396299'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396300'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7CA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7CA'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396300'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F77F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396376'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F77F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F77F'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396376'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396401'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F766'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F766'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396401'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394593'^^xsd:integer;
  dwc:scientificName 'Crouania attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EEB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EEB'^^xsd:string;
  dwc:aphiaid '144575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394593'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394624'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED02'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED02'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394624'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396476'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E3'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396476'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395395'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEA1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEA1'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395395'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395275'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDBB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDBB'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395275'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396725'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E7'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396725'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396726'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F2'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396726'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002022F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396619'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002022F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002022F'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396619'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396620'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD7'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396620'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395071'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD03'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD03'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395071'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395072'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD13'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD13'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395072'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396654'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020229'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020229'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396654'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396599'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9BE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9BE'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396599'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F72A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396295'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F72A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F72A'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396295'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397047'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226A4'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226A4'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397047'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397768'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002D4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002D4'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397768'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397410'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B931'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B931'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397410'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C46A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397443'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C46A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C46A'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397443'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397431'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B955'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B955'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397431'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C48E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397471'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C48E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C48E'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397471'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397080'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226D0'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226D0'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397080'^^xsd:string;
  dwc:observationDate '2007-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397388'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B917'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B917'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397388'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B91D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397394'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B91D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B91D'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397394'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396208'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E7'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396208'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396209'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F2'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396209'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396204'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C1'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396204'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396206'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6DD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6DD'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396206'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396207'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E0'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396207'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396689'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B1'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396689'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395460'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF2A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF2A'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395460'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395466'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEDE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEDE'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395466'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396802'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020626'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020626'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396802'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396760'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205FB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205FB'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396760'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396769'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020621'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020621'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396769'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002061C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396796'^^xsd:integer;
  dwc:scientificName 'Porphyra umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002061C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002061C'^^xsd:string;
  dwc:aphiaid '144437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396796'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395393'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE89'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE89'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395393'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395394'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE95'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE95'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395394'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000097A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398270'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000097A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000097A'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398270'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000096F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398257'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000096F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000096F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398257'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398267'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000968'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000968'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398267'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397635'^^xsd:integer;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000273'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000273'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397635'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397647'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000189'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000189'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397647'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397633'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000279'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000279'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397633'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391592'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD2D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD2D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391592'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391304'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA9E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391304'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398734'^^xsd:integer;
  dwc:scientificName 'Halichondria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E92'^^xsd:string;
  dwc:aphiaid '131807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398734'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '131807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390674'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032100'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032100'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390674'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394065'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B8D'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394065'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ABB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392906'^^xsd:integer;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ABB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ABB'^^xsd:string;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392906'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398961'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F48'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398961'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394249'^^xsd:integer;
  dwc:scientificName 'Cellepora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E80'^^xsd:string;
  dwc:aphiaid '110873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394249'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '110873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390783'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321D4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321D4'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390783'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394086'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B81'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394086'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390553'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FA8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FA8'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390553'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000082C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398128'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000082C'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000082C'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398128'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398195'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008C0'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008C0'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398195'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391652'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391652'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393060'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B72'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B72'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393060'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393290'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393290'^^xsd:string;
  dwc:observationDate '1979-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398925'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F2B'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398925'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397844'^^xsd:integer;
  dwc:scientificName 'Molva molva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000538'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000538'^^xsd:string;
  dwc:aphiaid '126461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397844'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397835'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000518'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000518'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397835'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A01B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397188'^^xsd:integer;
  dwc:scientificName 'Lepadogaster lepadogaster'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A01B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A01B'^^xsd:string;
  dwc:aphiaid '126518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397188'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '126518'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C47F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397451'^^xsd:integer;
  dwc:scientificName 'Gaidropsarus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C47F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C47F'^^xsd:string;
  dwc:aphiaid '126457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397451'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397201'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C308'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C308'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397201'^^xsd:string;
  dwc:observationDate '2007-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397483'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C522'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C522'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397483'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B94B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397421'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B94B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B94B'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397421'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397078'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226CF'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226CF'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397078'^^xsd:string;
  dwc:observationDate '2007-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394830'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F59'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F59'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394830'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000014C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397621'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000014C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000014C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397621'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397659'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001B9'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001B9'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397659'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397673'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001C8'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001C8'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397673'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000021C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397692'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000021C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000021C'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397692'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397704'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000202'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000202'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397704'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397537'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000106'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000106'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397537'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397566'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000F8'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000F8'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397566'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397778'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002CC'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002CC'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397778'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397712'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000281'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000281'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397712'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397764'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002E2'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002E2'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397764'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397771'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002C8'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002C8'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397771'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397774'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000377'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000377'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397774'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397548'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000104'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000104'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397548'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397788'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000320'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000320'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397788'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397792'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000306'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000306'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397792'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397796'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000370'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000370'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397796'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397626'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000271'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000271'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397626'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397678'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001F7'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001F7'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397678'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000020D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397687'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000020D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000020D'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397687'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397728'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000206'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000206'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397728'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397504'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C541'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C541'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397504'^^xsd:string;
  dwc:observationDate '2007-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397465'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C487'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C487'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397465'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397186'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E75'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E75'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397186'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397477'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C519'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C519'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397477'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397059'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226B1'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226B1'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397059'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C51F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397481'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C51F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C51F'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397481'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398361'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009D4'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009D4'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398361'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398299'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000990'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000990'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398299'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393018'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B51'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B51'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393018'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395841'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD3'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395841'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396598'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B6'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396598'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394831'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F5E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F5E'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394831'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394823'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDCC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDCC'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394823'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394825'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F3E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F3E'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394825'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396131'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F687'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F687'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396131'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394963'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC88'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC88'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394963'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396814'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020645'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020645'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396814'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396800'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020624'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020624'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396800'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396668'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF0'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396668'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396669'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB07'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB07'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396669'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396601'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9CC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9CC'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396601'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399289'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B64'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B64'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399289'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399977'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E1D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E1D'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399977'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399976'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005037'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005037'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399976'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400001'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E2A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E2A'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400001'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399473'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EB5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EB5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399473'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399982'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E1C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E1C'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399982'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399569'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DFF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DFF'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399569'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399712'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FD8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FD8'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399712'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399751'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004050'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004050'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399751'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000405E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399761'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000405E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000405E'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399761'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399359'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CBD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CBD'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399359'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399677'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F92'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F92'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399677'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399965'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E17'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E17'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399965'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399808'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040CE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040CE'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399808'^^xsd:string;
  dwc:observationDate '1999-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399286'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B65'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B65'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399286'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399731'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004034'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004034'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399731'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400012'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E36'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E36'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400012'^^xsd:string;
  dwc:observationDate '2000-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399330'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C35'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C35'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399330'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400074'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EE5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EE5'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400074'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399354'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CB5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CB5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399354'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399430'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E44'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E44'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399430'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399380'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DB5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DB5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399380'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399659'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F72'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F72'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399659'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400039'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E81'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E81'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400039'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399320'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BAD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BAD'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399320'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399431'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E4D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E4D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399431'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399557'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EB5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EB5'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399557'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399304'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B95'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B95'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399304'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399724'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005066'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005066'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399724'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000502E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399575'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000502E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000502E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399575'^^xsd:string;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000504A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400016'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000504A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000504A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400016'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400023'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005050'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005050'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400023'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399511'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FCE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FCE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399511'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399913'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005010'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005010'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399913'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399962'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005034'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005034'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399962'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399535'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FF8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FF8'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399535'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400121'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005004'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005004'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400121'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399782'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050CE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050CE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399782'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399655'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F76'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F76'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399655'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000508A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400131'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000508A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000508A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400131'^^xsd:string;
  dwc:observationDate '2000-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399556'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DF9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DF9'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399556'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399741'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004042'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004042'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399741'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399911'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DED'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DED'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399911'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399997'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E29'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E29'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399997'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399766'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004088'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004088'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399766'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399723'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004010'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004010'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399723'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400005'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E2F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E2F'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400005'^^xsd:string;
  dwc:observationDate '2001-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399867'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050A8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050A8'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399867'^^xsd:string;
  dwc:observationDate '1999-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399799'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040C0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040C0'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399799'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399521'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FE0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FE0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399521'^^xsd:string;
  dwc:observationDate '1999-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400028'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050BC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050BC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400028'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399550'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005016'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005016'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399550'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399721'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005064'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005064'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399721'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000509C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399862'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000509C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000509C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399862'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000507E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400126'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000507E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000507E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400126'^^xsd:string;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000504E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400018'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000504E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000504E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400018'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400002'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005046'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005046'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400002'^^xsd:string;
  dwc:observationDate '2001-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399795'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050DA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050DA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399795'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000506C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399878'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000506C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000506C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399878'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399504'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC8'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399504'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399994'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050B4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050B4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399994'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000500A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399906'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000500A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000500A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399906'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000501C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399560'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000501C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000501C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399560'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399950'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005028'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005028'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399950'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400133'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005096'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005096'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400133'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399525'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FEC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FEC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399525'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399872'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050AE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050AE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399872'^^xsd:string;
  dwc:observationDate '1999-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101836 -1.519309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.519309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101836 -1.519309)"^^geo:wktLiteral ;
  geo-pos:lat "56.101836"^^xsd:decimal ;
  geo-pos:long "-1.519309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399883'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050C2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.519309'^^xsd:double;
  dwc:latitude '56.101836'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050C2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399883'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400013'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005048'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005048'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400013'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400135'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050D4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050D4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400135'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000503A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399972'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000503A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000503A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399972'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399481'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FBC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FBC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399481'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400025'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050B6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050B6'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400025'^^xsd:string;
  dwc:observationDate '1999-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399301'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B8A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B8A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399301'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400015'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E37'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E37'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400015'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400083'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F07'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F07'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400083'^^xsd:string;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399352'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CAA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CAA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399352'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399364'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CE2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CE2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399364'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399870'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050A6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050A6'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399870'^^xsd:string;
  dwc:observationDate '1999-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400020'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E39'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E39'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400020'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399834'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E67'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E67'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399834'^^xsd:string;
  dwc:observationDate '1999-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400027'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E3B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E3B'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400027'^^xsd:string;
  dwc:observationDate '1999-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399295'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B6A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B6A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399295'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399999'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E26'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E26'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399999'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399960'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E0E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E0E'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399960'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399946'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E02'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E02'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399946'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399957'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E08'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E08'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399957'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399979'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E1A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E1A'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399979'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400010'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E32'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E32'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400010'^^xsd:string;
  dwc:observationDate '2000-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399814'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040FF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040FF'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399814'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399716'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FF3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FF3'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399716'^^xsd:string;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400006'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E2C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E2C'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400006'^^xsd:string;
  dwc:observationDate '2001-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399287'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B69'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B69'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399287'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399474'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EB9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EB9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399474'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399593'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F35'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F35'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399593'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400123'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005070'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005070'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400123'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399478'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EC1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EC1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399478'^^xsd:string;
  dwc:observationDate '1999-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400081'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EF3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EF3'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400081'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399500'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC0'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399500'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399492'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E5B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E5B'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399492'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399290'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B62'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B62'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399290'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399475'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EB2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EB2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399475'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399980'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005038'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005038'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399980'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399480'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E55'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E55'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399480'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399337'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C61'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C61'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399337'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400091'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F23'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F23'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400091'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399447'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E69'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E69'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399447'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399530'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FEA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FEA'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399530'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399338'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C5A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C5A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399338'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399410'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E12'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E12'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399410'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399932'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F8F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F8F'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399932'^^xsd:string;
  dwc:observationDate '2001-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399305'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B99'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B99'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399305'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399432'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E51'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E51'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399432'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399812'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040E1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040E1'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399812'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399381'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DB9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DB9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399381'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399651'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F7B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F7B'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399651'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399658'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F71'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F71'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399658'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003D29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399375'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003D29'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003D29'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399375'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399419'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E39'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E39'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399419'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000403D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399743'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000403D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000403D'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399743'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399738'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004047'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004047'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399738'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399774'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040A9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040A9'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399774'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399367'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CF1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CF1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399367'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399998'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E27'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E27'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399998'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000408D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399764'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000408D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000408D'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399764'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399458'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EA1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EA1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399458'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399405'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E11'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E11'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399405'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399700'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FC1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FC1'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399700'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399719'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004001'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004001'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399719'^^xsd:string;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399698'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FC3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FC3'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399698'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399810'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040E3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040E3'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399810'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399542'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FE5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FE5'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399542'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399706'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FD1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FD1'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399706'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400087'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F13'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F13'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400087'^^xsd:string;
  dwc:observationDate '1999-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399829'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004153'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004153'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399829'^^xsd:string;
  dwc:observationDate '2001-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399317'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BA2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BA2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399317'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399989'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E21'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E21'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399989'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399791'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040C7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040C7'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399791'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399649'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F7D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F7D'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399649'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399978'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E1B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E1B'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399978'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399351'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C92'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C92'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399351'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399389'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DD2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DD2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399389'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399470'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EAA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EAA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399470'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399968'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005032'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005032'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399968'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400106'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F89'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F89'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400106'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399312'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B9A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B9A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399312'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400052'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E9B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E9B'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400052'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399623'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F61'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F61'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399623'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003D1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399374'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003D1A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003D1A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399374'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399415'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E2A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E2A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399415'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399445'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E5A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E5A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399445'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399850'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EBD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EBD'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399850'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399464'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EA2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EA2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399464'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399945'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E03'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E03'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399945'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399636'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F6F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F6F'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399636'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399283'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B5A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B5A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399283'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399516'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FCC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FCC'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399516'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399510'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E61'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E61'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399510'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399298'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B72'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B72'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399298'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399341'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C6A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C6A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399341'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399340'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C71'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C71'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399340'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399633'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F55'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F55'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399633'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399626'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F5F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F5F'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399626'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399619'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040E5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040E5'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399619'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000410B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399823'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000410B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000410B'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399823'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000503E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399991'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000503E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000503E'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399991'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ECF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400056'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ECF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ECF'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400056'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399591'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F29'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F29'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399591'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000418B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399830'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000418B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000418B'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399830'^^xsd:string;
  dwc:observationDate '2001-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399670'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F99'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F99'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399670'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399695'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FB5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FB5'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399695'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399805'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040D5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040D5'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399805'^^xsd:string;
  dwc:observationDate '1999-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399707'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FDF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FDF'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399707'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399396'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DDA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DDA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399396'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400045'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E8F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E8F'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400045'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399794'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F71'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F71'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399794'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399802'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050D8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050D8'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399802'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000506A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399881'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000506A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000506A'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399881'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399311'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BA1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BA1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399311'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399327'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BB9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BB9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399327'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399709'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FDD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FDD'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399709'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399713'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FD3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FD3'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399713'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399454'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E99'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E99'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399454'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399371'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CF2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CF2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399371'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399349'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C8A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C8A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399349'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400066'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EDB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EDB'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400066'^^xsd:string;
  dwc:observationDate '2000-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399748'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004055'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004055'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399748'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000404B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399754'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000404B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000404B'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399754'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399758'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004063'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004063'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399758'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399350'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C99'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C99'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399350'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399680'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F8D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F8D'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399680'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399673'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F97'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F97'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399673'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399806'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040D3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040D3'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399806'^^xsd:string;
  dwc:observationDate '1999-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399339'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C62'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C62'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399339'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000509A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399865'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000509A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000509A'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399865'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399280'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B61'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B61'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399280'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399297'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B79'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B79'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399297'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399361'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CBA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CBA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399361'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399346'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C7A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C7A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399346'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399440'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E52'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E52'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399440'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399559'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EB7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EB7'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399559'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399720'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FFF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FFF'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399720'^^xsd:string;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399321'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BB1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BB1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399321'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399393'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DE1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DE1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399393'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399685'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FA5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FA5'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399685'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000508E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400099'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000508E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000508E'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400099'^^xsd:string;
  dwc:observationDate '2000-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399692'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F9B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F9B'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399692'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399368'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CEA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CEA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399368'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399343'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C79'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C79'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399343'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399450'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E91'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E91'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399450'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399409'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E19'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E19'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399409'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399784'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040B7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040B7'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399784'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003D22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399376'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003D22'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003D22'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399376'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399322'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BAA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BAA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399322'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399435'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E4A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E4A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399435'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399549'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EB1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EB1'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399549'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399646'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F63'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F63'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399646'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399438'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E59'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E59'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399438'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ED5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400061'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ED5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ED5'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400061'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399360'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CC1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CC1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399360'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399348'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C91'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C91'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399348'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399370'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CF9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CF9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399370'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399333'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C3A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C3A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399333'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399797'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040C5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040C5'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399797'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399801'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040BB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040BB'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399801'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399293'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B71'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B71'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399293'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399383'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DB2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DB2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399383'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400036'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E7D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E7D'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400036'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000409B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399769'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000409B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000409B'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399769'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399939'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FAD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FAD'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399939'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400095'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F3B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F3B'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400095'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399451'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E8A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E8A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399451'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400102'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F83'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F83'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400102'^^xsd:string;
  dwc:observationDate '1999-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399728'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004039'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004039'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399728'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399789'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040AD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040AD'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399789'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000504C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400021'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000504C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000504C'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400021'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400071'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EE1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EE1'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400071'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399363'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CE9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CE9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399363'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399344'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C72'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C72'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399344'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400119'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FB3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FB3'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400119'^^xsd:string;
  dwc:observationDate '2001-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399668'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F7F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F7F'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399668'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399412'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E31'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E31'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399412'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399443'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E61'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E61'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399443'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399449'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E71'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E71'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399449'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399429'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E49'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E49'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399429'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399331'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C32'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C32'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399331'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000507C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400129'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000507C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000507C'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400129'^^xsd:string;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003D21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399373'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003D21'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003D21'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399373'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399662'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F89'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F89'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399662'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000404D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399752'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000404D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000404D'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399752'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000405B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399762'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000405B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000405B'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399762'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399820'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040F5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040F5'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399820'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399644'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F65'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F65'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399644'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399732'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004031'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004031'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399732'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399813'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040DB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040DB'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399813'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399654'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F75'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F75'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399654'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399688'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F9F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F9F'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399688'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399326'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BB6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BB6'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399326'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399666'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F81'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F81'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399666'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399631'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F57'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F57'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399631'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399678'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F8F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F8F'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399678'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399767'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004085'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004085'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399767'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000403F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399742'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000403F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000403F'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399742'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399777'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040A1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040A1'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399777'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399656'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F73'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F73'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399656'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399772'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004093'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004093'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399772'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399730'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004033'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004033'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399730'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399818'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040F7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040F7'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399818'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399642'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F67'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F67'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399642'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399740'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004041'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004041'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399740'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399616'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040E9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040E9'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399616'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399825'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004105'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004105'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399825'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399629'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F59'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F59'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399629'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399664'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F83'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F83'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399664'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000404F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399750'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000404F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000404F'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399750'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000405D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399760'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000405D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000405D'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399760'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399711'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FD7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FD7'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399711'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399676'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F91'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F91'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399676'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397210'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C342'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C342'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397210'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397114'^^xsd:integer;
  dwc:scientificName 'Gobius niger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D7'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D7'^^xsd:string;
  dwc:aphiaid '126892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397114'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397169'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277DE'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277DE'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397169'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397250'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C354'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C354'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397250'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397298'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C325'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C325'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397298'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397299'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C326'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C326'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397299'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397300'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C327'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C327'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397300'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397301'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C328'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C328'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397301'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397296'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C323'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C323'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397296'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397102'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E6'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E6'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397102'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397103'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027814'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027814'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397103'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396010'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277CF'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277CF'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396010'^^xsd:string;
  dwc:observationDate '1996-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C31D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397264'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C31D'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C31D'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397264'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C31E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397265'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C31E'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C31E'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397265'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C31F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397266'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C31F'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C31F'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397266'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397267'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C320'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C320'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397267'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397268'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C321'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C321'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397268'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397269'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C322'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C322'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397269'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396002'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277C7'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277C7'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396002'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C32F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397345'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C32F'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C32F'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397345'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397347'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C331'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C331'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397347'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397348'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C332'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C332'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397348'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397349'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C333'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C333'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397349'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396013'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D2'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D2'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396013'^^xsd:string;
  dwc:observationDate '1996-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397206'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C312'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C312'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397206'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397207'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C313'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C313'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397207'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397205'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C311'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C311'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397205'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397224'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C315'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C315'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397224'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397225'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C316'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C316'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397225'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396001'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277C2'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277C2'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396001'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396012'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D1'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D1'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396012'^^xsd:string;
  dwc:observationDate '1996-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396011'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D0'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D0'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396011'^^xsd:string;
  dwc:observationDate '1996-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396014'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D3'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D3'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396014'^^xsd:string;
  dwc:observationDate '1996-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396003'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277C8'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277C8'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396003'^^xsd:string;
  dwc:observationDate '1995-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397151'^^xsd:integer;
  dwc:scientificName 'Solea solea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027807'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027807'^^xsd:string;
  dwc:aphiaid '127160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397151'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397132'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277EA'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277EA'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397132'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002781A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397133'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002781A'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002781A'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397133'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396006'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277CB'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277CB'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396006'^^xsd:string;
  dwc:observationDate '1995-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C31A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397240'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C31A'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C31A'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397240'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C31B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397241'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C31B'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C31B'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397241'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C31C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397242'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C31C'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C31C'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397242'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397238'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C318'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C318'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397238'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397239'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C319'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C319'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397239'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002781F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397160'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002781F'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002781F'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397160'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002781D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397155'^^xsd:integer;
  dwc:scientificName 'Trachurus trachurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002781D'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002781D'^^xsd:string;
  dwc:aphiaid '126822'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397155'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126822'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397094'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E2'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E2'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397094'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C32D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397324'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C32D'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C32D'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397324'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C32E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397325'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C32E'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C32E'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397325'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397320'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C329'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C329'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397320'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C32B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397322'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C32B'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C32B'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397322'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C32C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397323'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C32C'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C32C'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397323'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397367'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C336'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C336'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397367'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397368'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C337'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C337'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397368'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397369'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C338'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C338'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397369'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397365'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C334'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C334'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397365'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397366'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C335'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C335'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397366'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397090'^^xsd:integer;
  dwc:scientificName 'Belone belone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277DC'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277DC'^^xsd:string;
  dwc:aphiaid '126375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397090'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002780C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397085'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002780C'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002780C'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397085'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397127'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027822'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027822'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397127'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397097'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277EC'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277EC'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397097'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002781E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397098'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002781E'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002781E'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397098'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397091'^^xsd:integer;
  dwc:scientificName 'Belone belone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F7'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F7'^^xsd:string;
  dwc:aphiaid '126375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397091'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397082'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E5'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E5'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397082'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397083'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027813'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027813'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397083'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397149'^^xsd:integer;
  dwc:scientificName 'Sepia officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E4'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E4'^^xsd:string;
  dwc:aphiaid '141444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397149'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '141444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397150'^^xsd:integer;
  dwc:scientificName 'Sepia officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027812'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027812'^^xsd:string;
  dwc:aphiaid '141444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397150'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '141444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397145'^^xsd:integer;
  dwc:scientificName 'Raja clavata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027805'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027805'^^xsd:string;
  dwc:aphiaid '105883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397145'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '105883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397256'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C356'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C356'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397256'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397135'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027821'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027821'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397135'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397134'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277EF'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277EF'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397134'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C35F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397257'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C35F'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C35F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397257'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397171'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027809'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027809'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397171'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397152'^^xsd:integer;
  dwc:scientificName 'Spinachia spinachia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277DF'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277DF'^^xsd:string;
  dwc:aphiaid '126508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397152'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397243'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C353'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C353'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397243'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002780A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397153'^^xsd:integer;
  dwc:scientificName 'Spondyliosoma cantharus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002780A'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002780A'^^xsd:string;
  dwc:aphiaid '127066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397153'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397123'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277EE'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277EE'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397123'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397124'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027820'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027820'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397124'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397106'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F3'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F3'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397106'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397107'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027826'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027826'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397107'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397088'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E8'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E8'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397088'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397089'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027817'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027817'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397089'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397218'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C346'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C346'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397218'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C33A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397219'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C33A'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C33A'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397219'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397221'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C345'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C345'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397221'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C33B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397216'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C33B'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C33B'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397216'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397226'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C348'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C348'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397226'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002782A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397081'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002782A'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002782A'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397081'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397167'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277DD'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277DD'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397167'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397168'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027803'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027803'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397168'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002782E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397144'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002782E'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002782E'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397144'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397261'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C357'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C357'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397261'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397262'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C360'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C360'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397262'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C35B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397258'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C35B'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C35B'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397258'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397259'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C361'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C361'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397259'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397260'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C364'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C364'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397260'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397105'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027828'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027828'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397105'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002781B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397147'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002781B'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002781B'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397147'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397108'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277FA'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277FA'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397108'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397099'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F2'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F2'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397099'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397100'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027827'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027827'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397100'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397104'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F4'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F4'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397104'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C34B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397231'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C34B'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C34B'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397231'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C34E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397232'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C34E'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C34E'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397232'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397233'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C351'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C351'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397233'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C34A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397234'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C34A'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C34A'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397234'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397139'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027808'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027808'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397139'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002782D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397125'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002782D'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002782D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397125'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397129'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027819'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027819'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397129'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397128'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E9'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E9'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397128'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397117'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277DB'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277DB'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397117'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397118'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277FE'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277FE'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397118'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C34C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397228'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C34C'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C34C'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397228'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397115'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D4'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D4'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397115'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397246'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C362'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C362'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397246'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397247'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C366'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C366'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397247'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C35D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397245'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C35D'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C35D'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397245'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397159'^^xsd:integer;
  dwc:scientificName 'Aequorea forskalea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027816'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027816'^^xsd:string;
  dwc:aphiaid '117270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397159'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '117270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397163'^^xsd:integer;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027810'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027810'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397163'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397130'^^xsd:integer;
  dwc:scientificName 'Mullus surmuletus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027800'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027800'^^xsd:string;
  dwc:aphiaid '126986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397130'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002780E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397126'^^xsd:integer;
  dwc:scientificName 'Loligo forbesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002780E'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002780E'^^xsd:string;
  dwc:aphiaid '416668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397126'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '140270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397093'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F8'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F8'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397093'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397092'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D6'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D6'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397092'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397255'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C367'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C367'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397255'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C35A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397252'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C35A'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C35A'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397252'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C35E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397253'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C35E'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C35E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397253'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397254'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C363'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C363'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397254'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397230'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C350'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C350'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397230'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397227'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C349'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C349'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397227'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397209'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C341'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C341'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397209'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397109'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D5'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D5'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397109'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397110'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277FB'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277FB'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397110'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397244'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C365'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C365'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397244'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397122'^^xsd:integer;
  dwc:scientificName 'Lepadogaster lepadogaster'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277FF'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277FF'^^xsd:string;
  dwc:aphiaid '126518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397122'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126518'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002780F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397131'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002780F'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002780F'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397131'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002780D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397087'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002780D'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002780D'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397087'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397086'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E1'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E1'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397086'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397172'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F5'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F5'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397172'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002782F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397173'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002782F'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002782F'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397173'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397165'^^xsd:integer;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277FC'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277FC'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397165'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397164'^^xsd:integer;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277DA'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277DA'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397164'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397157'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F6'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F6'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397157'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397112'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027829'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027829'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397112'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C35C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397263'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C35C'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C35C'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397263'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397166'^^xsd:integer;
  dwc:scientificName 'Chelon labrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F9'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F9'^^xsd:string;
  dwc:aphiaid '126977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397166'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126977'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397154'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D8'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D8'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397154'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002780B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397156'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002780B'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002780B'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397156'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397142'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277D9'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277D9'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397142'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397143'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027802'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027802'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397143'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397113'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E3'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E3'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397113'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397213'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C343'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C343'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397213'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C33E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397212'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C33E'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C33E'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397212'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397215'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C344'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C344'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397215'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397211'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C339'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C339'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397211'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397161'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F0'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F0'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397161'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397162'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027823'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027823'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397162'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397148'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus stellaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027806'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027806'^^xsd:string;
  dwc:aphiaid '105815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397148'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '105815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397136'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277F1'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277F1'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397136'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397137'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027824'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027824'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397137'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397140'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027811'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027811'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397140'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397138'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027825'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027825'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397138'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397095'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277ED'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277ED'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397095'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002781C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397096'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002781C'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002781C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397096'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002782B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397120'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002782B'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002782B'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397120'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397111'^^xsd:integer;
  dwc:scientificName 'Cyanea lamarckii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027815'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027815'^^xsd:string;
  dwc:aphiaid '135302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397111'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '135302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397101'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E7'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E7'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397101'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397249'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C358'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C358'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397249'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397170'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027804'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027804'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397170'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396009'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277CE'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277CE'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396009'^^xsd:string;
  dwc:observationDate '1996-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397236'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C352'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C352'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397236'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397222'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C347'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C347'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397222'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399904'^^xsd:integer;
  dwc:scientificName 'Leuconia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D4D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D4D'^^xsd:string;
  dwc:aphiaid '131706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399904'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '131706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399671'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F93'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F93'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399671'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399696'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FAF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FAF'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399696'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399624'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F5B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F5B'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399624'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399588'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004018'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004018'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399588'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399584'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EFB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EFB'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399584'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399613'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040EB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040EB'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399613'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399822'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004107'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004107'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399822'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003ED7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399534'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003ED7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003ED7'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399534'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399568'^^xsd:integer;
  dwc:scientificName 'Leuconia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D6E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D6E'^^xsd:string;
  dwc:aphiaid '131706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399568'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '131706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399958'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005027'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005027'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399958'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400125'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005077'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005077'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400125'^^xsd:string;
  dwc:observationDate '2000-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399969'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005033'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005033'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399969'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399871'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050A7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050A7'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399871'^^xsd:string;
  dwc:observationDate '1999-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000501B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399571'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000501B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000501B'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399571'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399508'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC7'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399508'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004C9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399832'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004C9A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004C9A'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399832'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399517'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FCD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FCD'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399517'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399839'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CAA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CAA'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399839'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000503F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399992'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000503F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000503F'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399992'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399650'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F77'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F77'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399650'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399684'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FA1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FA1'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399684'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399637'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F69'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F69'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399637'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400070'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EE4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EE4'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400070'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400007'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005045'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005045'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400007'^^xsd:string;
  dwc:observationDate '2001-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399726'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004035'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004035'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399726'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399815'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040F9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040F9'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399815'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000509B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399866'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000509B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000509B'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399866'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399843'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CAE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CAE'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399843'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399803'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050D9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050D9'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399803'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000506B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399882'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000506B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000506B'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399882'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000504D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400022'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000504D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000504D'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400022'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399563'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005018'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005018'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399563'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400073'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EE0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EE0'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400073'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400044'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E92'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E92'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400044'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399598'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F40'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F40'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399598'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400078'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EE6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EE6'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400078'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399675'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F90'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F90'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399675'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399388'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DD7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DD7'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399388'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399601'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F2E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F2E'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399601'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400108'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F88'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F88'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400108'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399589'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004015'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004015'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399589'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399586'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F19'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F19'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399586'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000409A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399770'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000409A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000409A'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399770'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399281'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B5F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B5F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399281'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399514'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E60'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E60'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399514'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399628'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F58'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F58'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399628'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399917'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EAD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EAD'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399917'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399424'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E3F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E3F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399424'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000508F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400100'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000508F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000508F'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400100'^^xsd:string;
  dwc:observationDate '2000-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399488'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FBB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FBB'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399488'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399382'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DB7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DB7'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399382'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399653'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F74'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F74'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399653'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400038'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E7C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E7C'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400038'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399792'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F74'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F74'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399792'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399880'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D0C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D0C'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399880'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399877'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050AD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050AD'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399877'^^xsd:string;
  dwc:observationDate '1999-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399501'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC1'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399501'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004C96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399502'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004C96'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004C96'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399502'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399686'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FA4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FA4'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399686'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399981'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005039'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005039'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399981'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400065'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EDE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EDE'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400065'^^xsd:string;
  dwc:observationDate '2000-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399413'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E2F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E2F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399413'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399444'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E5F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E5F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399444'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399462'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EA7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EA7'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399462'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399497'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E5A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E5A'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399497'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399288'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B67'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B67'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399288'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399300'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B8F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B8F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399300'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399641'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F66'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F66'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399641'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399394'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DDF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DDF'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399394'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399687'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F9E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F9E'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399687'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400047'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E8E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E8E'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400047'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400118'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FB6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FB6'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400118'^^xsd:string;
  dwc:observationDate '2001-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000507A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400128'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000507A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000507A'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400128'^^xsd:string;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400082'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EF2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EF2'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400082'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399483'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E54'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E54'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399483'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399910'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EAA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EAA'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399910'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400117'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FA0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FA0'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400117'^^xsd:string;
  dwc:observationDate '2000-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400068'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EDA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EDA'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400068'^^xsd:string;
  dwc:observationDate '2000-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399439'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E57'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E57'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399439'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399566'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EB6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EB6'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399566'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399702'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FBA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FBA'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399702'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399294'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B6F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B6F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399294'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399540'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EA0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EA0'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399540'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399545'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FE1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FE1'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399545'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400113'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F9A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F9A'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400113'^^xsd:string;
  dwc:observationDate '2000-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399555'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EB0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EB0'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399555'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399356'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CB7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CB7'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399356'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399306'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B97'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B97'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399306'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399433'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E4F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E4F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399433'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399846'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CC0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CC0'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399846'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399948'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EC6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EC6'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399948'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399953'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005024'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005024'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399953'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399446'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E5B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E5B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399446'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399638'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F6A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F6A'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399638'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399901'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D4C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D4C'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399901'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399672'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F94'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F94'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399672'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ECD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399856'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ECD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ECD'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399856'^^xsd:string;
  dwc:observationDate '2001-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400086'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F16'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F16'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400086'^^xsd:string;
  dwc:observationDate '1999-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113994 -1.688003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.688003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113994 -1.688003)"^^geo:wktLiteral ;
  geo-pos:lat "55.113994"^^xsd:decimal ;
  geo-pos:long "-1.688003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399603'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F50'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.688003'^^xsd:double;
  dwc:latitude '55.113994'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F50'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399603'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399895'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D42'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D42'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399895'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399625'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F5C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F5C'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399625'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399921'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D83'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D83'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399921'^^xsd:string;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399614'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040EC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040EC'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399614'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399923'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D8A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D8A'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399923'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399527'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FE8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FE8'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399527'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399529'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CB4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CB4'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399529'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399785'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040B6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040B6'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399785'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399391'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DD3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DD3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399391'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399964'^^xsd:integer;
  dwc:scientificName 'Ciliata mustela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E13'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E13'^^xsd:string;
  dwc:aphiaid '126448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399964'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399472'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EAB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EAB'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399472'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399314'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B9B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B9B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399314'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399329'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BB3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BB3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399329'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399456'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E93'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E93'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399456'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399747'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004052'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004052'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399747'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399757'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004060'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004060'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399757'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400094'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F3E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F3E'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400094'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400101'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F86'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F86'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400101'^^xsd:string;
  dwc:observationDate '1999-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399852'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D72'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D72'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399852'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399892'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DA7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DA7'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399892'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400040'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E86'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E86'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400040'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399353'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CAB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CAB'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399353'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399428'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E3B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E3B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399428'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399858'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CD3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CD3'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399858'^^xsd:string;
  dwc:observationDate '2000-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399985'^^xsd:integer;
  dwc:scientificName 'Ciliata mustela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E1F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E1F'^^xsd:string;
  dwc:aphiaid '126448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399985'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '126448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399319'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BA3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BA3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399319'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399528'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CB3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CB3'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399528'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399737'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004044'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004044'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399737'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399811'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040DE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040DE'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399811'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399553'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D68'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D68'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399553'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399285'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B5B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B5B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399285'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399515'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CAF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CAF'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399515'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399837'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CA7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CA7'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399837'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399466'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EA3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EA3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399466'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399417'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E2B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E2B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399417'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399366'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CE3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CE3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399366'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000408A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399763'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000408A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000408A'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399763'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399942'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DBC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DBC'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399942'^^xsd:string;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399539'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D56'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D56'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399539'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399933'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DAE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DAE'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399933'^^xsd:string;
  dwc:observationDate '2001-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399606'^^xsd:integer;
  dwc:scientificName 'Fucus ceranoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F54'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F54'^^xsd:string;
  dwc:aphiaid '145542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399606'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '145542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399773'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040A6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040A6'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399773'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399768'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004098'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004098'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399768'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399926'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D8D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D8D'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399926'^^xsd:string;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399920'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D77'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D77'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399920'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399564'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D6D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D6D'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399564'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399565'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D6F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D6F'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399565'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399538'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D55'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D55'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399538'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399727'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004036'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004036'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399727'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399937'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DB3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DB3'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399937'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399479'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E58'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E58'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399479'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004C90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399485'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004C90'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004C90'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399485'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400090'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F26'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F26'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400090'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399842'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CAC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CAC'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399842'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399844'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D5F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D5F'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399844'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399853'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D74'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D74'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399853'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399893'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DA9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DA9'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399893'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400111'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F9E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F9E'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400111'^^xsd:string;
  dwc:observationDate '2000-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400137'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050D0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050D0'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400137'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399896'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D44'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D44'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399896'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399916'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D66'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D66'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399916'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399922'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D84'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D84'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399922'^^xsd:string;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399888'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DA4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DA4'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399888'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399817'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040FC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040FC'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399817'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399875'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D08'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D08'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399875'^^xsd:string;
  dwc:observationDate '1999-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399975'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005036'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005036'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399975'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399781'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040B4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040B4'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399781'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399902'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D4E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D4E'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399902'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399620'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F80'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F80'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399620'^^xsd:string;
  dwc:observationDate '2000-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399532'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EA3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EA3'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399532'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399544'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FE4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FE4'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399544'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399931'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F92'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F92'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399931'^^xsd:string;
  dwc:observationDate '2001-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ED8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400060'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ED8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ED8'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400060'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399652'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F7A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F7A'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399652'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400035'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E80'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E80'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400035'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399701'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FC0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FC0'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399701'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400080'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EF6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EF6'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400080'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399496'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FBE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FBE'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399496'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004C94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399499'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004C94'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004C94'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399499'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399506'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC4'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399506'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399490'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E5E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E5E'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399490'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399848'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CC4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CC4'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399848'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399905'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EAB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EAB'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399905'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400096'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F6E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F6E'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400096'^^xsd:string;
  dwc:observationDate '2000-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399938'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FB0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FB0'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399938'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399739'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004046'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004046'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399739'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399779'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F68'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F68'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399779'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399640'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F6C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F6C'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399640'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399869'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D04'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D04'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399869'^^xsd:string;
  dwc:observationDate '1999-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399608'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F5C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F5C'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399608'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399729'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004038'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004038'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399729'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399833'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E6A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E6A'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399833'^^xsd:string;
  dwc:observationDate '1999-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399759'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004062'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004062'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399759'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399580'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CEC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CEC'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399580'^^xsd:string;
  dwc:observationDate '1999-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399934'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FAA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FAA'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399934'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399509'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E64'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E64'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399509'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399513'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FCB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FCB'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399513'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399838'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CA8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CA8'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399838'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399627'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F5E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F5E'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399627'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399674'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F96'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F96'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399674'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399697'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FB2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FB2'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399697'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399599'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F32'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F32'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399599'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399605'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F56'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F56'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399605'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399610'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F7A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F7A'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399610'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400105'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F8C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F8C'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400105'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399775'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040A8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040A8'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399775'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399940'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FAF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FAF'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399940'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399912'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EAF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EAF'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399912'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399749'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004054'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004054'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399749'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399596'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F44'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F44'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399596'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399615'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040EE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040EE'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399615'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399890'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D25'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D25'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399890'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400051'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E9E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E9E'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400051'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399710'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FDC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FDC'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399710'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400075'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EEA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EEA'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400075'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400079'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EF0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EF0'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400079'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399358'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CB3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CB3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399358'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399332'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C33'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C33'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399332'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399345'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C73'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C73'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399345'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399398'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DDB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DDB'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399398'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399436'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E4B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E4B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399436'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400120'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FB5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FB5'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400120'^^xsd:string;
  dwc:observationDate '2001-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399453'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E8B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E8B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399453'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399927'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D8E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D8E'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399927'^^xsd:string;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400103'^^xsd:integer;
  dwc:scientificName 'Fucus ceranoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F84'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F84'^^xsd:string;
  dwc:aphiaid '145542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400103'^^xsd:string;
  dwc:observationDate '1999-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '145542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400116'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FA3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FA3'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400116'^^xsd:string;
  dwc:observationDate '2000-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399864'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CFB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CFB'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399864'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399909'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D64'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D64'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399909'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400049'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E97'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E97'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400049'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399800'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F73'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F73'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399800'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399859'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CD4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CD4'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399859'^^xsd:string;
  dwc:observationDate '2000-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000503C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399986'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000503C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000503C'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399986'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ED2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400055'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ED2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ED2'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400055'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399582'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F1D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F1D'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399582'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399590'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F2C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F2C'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399590'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399296'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B6B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B6B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399296'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399562'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EB9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EB9'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399562'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400004'^^xsd:integer;
  dwc:scientificName 'Ciliata mustela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E2B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E2B'^^xsd:string;
  dwc:aphiaid '126448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400004'^^xsd:string;
  dwc:observationDate '2001-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '126448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400067'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EDD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EDD'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400067'^^xsd:string;
  dwc:observationDate '2000-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399841'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CAB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CAB'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399841'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004C8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399484'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004C8F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004C8F'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399484'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003D28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399377'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003D28'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003D28'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399377'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399941'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DB8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DB8'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399941'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399974'^^xsd:integer;
  dwc:scientificName 'Ciliata mustela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E19'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E19'^^xsd:string;
  dwc:aphiaid '126448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399974'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399552'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EB3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EB3'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399552'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ED7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400062'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ED7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ED7'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400062'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399369'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CF0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CF0'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399369'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004C93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399498'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004C93'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004C93'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399498'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399292'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B63'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B63'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399292'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003D23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399378'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003D23'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003D23'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399378'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399452'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E90'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E90'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399452'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400104'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F85'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F85'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400104'^^xsd:string;
  dwc:observationDate '1999-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399334'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C3B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C3B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399334'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399401'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DEB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DEB'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399401'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399778'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040A7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040A7'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399778'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399384'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DB8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DB8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399384'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399657'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F79'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F79'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399657'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400037'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E7F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E7F'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400037'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399407'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E0B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E0B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399407'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399324'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BAB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BAB'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399324'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399899'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D49'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D49'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399899'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399924'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D8B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D8B'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399924'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399691'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FA3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FA3'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399691'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400046'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E91'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E91'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400046'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399309'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B93'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B93'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399309'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399427'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E40'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E40'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399427'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399585'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F1C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F1C'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399585'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399597'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F43'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F43'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399597'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399618'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040ED'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040ED'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399618'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399308'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B98'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B98'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399308'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399323'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BB0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BB0'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399323'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400072'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EE3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EE3'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400072'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399347'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C7B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C7B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399347'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399919'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D76'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D76'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399919'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399416'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E30'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E30'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399416'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399943'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DBE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DBE'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399943'^^xsd:string;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400107'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F8B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F8B'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400107'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399284'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B60'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B60'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399284'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399632'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F5D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F5D'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399632'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399915'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EAE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EAE'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399915'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399441'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E53'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E53'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399441'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399567'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CC7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CC7'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399567'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399313'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BA0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BA0'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399313'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400053'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E9D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E9D'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400053'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399403'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E08'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E08'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399403'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399455'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E98'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E98'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399455'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400077'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EE9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EE9'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400077'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399753'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004053'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004053'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399753'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400110'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F97'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F97'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400110'^^xsd:string;
  dwc:observationDate '2000-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399679'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F95'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F95'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399679'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399390'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DD8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DD8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399390'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399471'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EB0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EB0'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399471'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399600'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F31'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F31'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399600'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399611'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F79'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F79'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399611'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400041'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E85'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E85'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400041'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399667'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F87'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F87'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399667'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399851'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EBF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EBF'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399851'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399465'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EA8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EA8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399465'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400088'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F15'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F15'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400088'^^xsd:string;
  dwc:observationDate '1999-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113994 -1.688003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.688003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113994 -1.688003)"^^geo:wktLiteral ;
  geo-pos:lat "55.113994"^^xsd:decimal ;
  geo-pos:long "-1.688003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399604'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F4F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.688003'^^xsd:double;
  dwc:latitude '55.113994'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F4F'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399604'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399459'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E9B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E9B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399459'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399362'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CBB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CBB'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399362'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400084'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F09'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F09'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400084'^^xsd:string;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399733'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004037'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004037'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399733'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101836 -1.519309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.519309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101836 -1.519309)"^^geo:wktLiteral ;
  geo-pos:lat "56.101836"^^xsd:decimal ;
  geo-pos:long "-1.519309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399885'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D13'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.519309'^^xsd:double;
  dwc:latitude '56.101836'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D13'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399885'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399302'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B90'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B90'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399302'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399835'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E69'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E69'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399835'^^xsd:string;
  dwc:observationDate '1999-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399579'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CEB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CEB'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399579'^^xsd:string;
  dwc:observationDate '1999-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399936'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FA9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FA9'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399936'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399554'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D6A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D6A'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399554'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399372'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CF3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CF3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399372'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399996'^^xsd:integer;
  dwc:scientificName 'Ciliata mustela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E25'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E25'^^xsd:string;
  dwc:aphiaid '126448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399996'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '126448'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399318'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BA8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BA8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399318'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399787'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F67'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F67'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399787'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399379'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DB0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DB0'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399379'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399645'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F6B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F6B'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399645'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400033'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E79'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E79'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400033'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399365'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CE8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CE8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399365'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399621'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F32'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F32'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399621'^^xsd:string;
  dwc:observationDate '2000-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399827'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004136'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004136'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399827'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399547'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FE0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FE0'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399547'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399325'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BB5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BB5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399325'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399714'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FD4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FD4'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399714'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400054'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E9F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E9F'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400054'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399279'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B5D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B5D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399279'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399634'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F56'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F56'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399634'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399422'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E3D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E3D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399422'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399587'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F1E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F1E'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399587'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399681'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F8E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F8E'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399681'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400043'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E8D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E8D'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400043'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399386'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DD5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DD5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399386'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399467'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EAD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EAD'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399467'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399970'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E16'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E16'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399970'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399809'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040CA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040CA'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399809'^^xsd:string;
  dwc:observationDate '1999-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400109'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F8D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F8D'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400109'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400042'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E87'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E87'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400042'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399669'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F80'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F80'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399669'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399847'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DE6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DE6'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399847'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399411'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E2D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E2D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399411'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399442'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E5D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E5D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399442'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399448'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E6D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E6D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399448'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399460'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EA5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EA5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399460'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399889'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DA5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DA5'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399889'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399310'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B9D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B9D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399310'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399903'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D4F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D4F'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399903'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399930'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D94'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D94'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399930'^^xsd:string;
  dwc:observationDate '2000-08-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399469'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EAC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EAC'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399469'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399897'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D45'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D45'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399897'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399665'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F84'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F84'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399665'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399845'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DE7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DE7'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399845'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399956'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E0B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E0B'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399956'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399414'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E2C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E2C'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399414'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399947'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E06'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E06'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399947'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399954'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005025'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005025'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399954'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399463'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EA4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EA4'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399463'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399971'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E18'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E18'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399971'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399961'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E12'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E12'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399961'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399282'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B5C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B5C'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399282'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399425'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E3C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E3C'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399425'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399993'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E24'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E24'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399993'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000503D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399987'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000503D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000503D'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399987'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399408'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E15'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E15'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399408'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400069'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EDF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EDF'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400069'^^xsd:string;
  dwc:observationDate '2000-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400050'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E99'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E99'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400050'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399392'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DDD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DDD'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399392'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399693'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F9C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F9C'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399693'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400048'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E93'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E93'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400048'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399918'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DF3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DF3'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399918'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399988'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E23'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E23'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399988'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399617'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040EA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040EA'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399617'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399826'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004106'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004106'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399826'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399786'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040B2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040B2'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399786'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400008'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E2E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E2E'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400008'^^xsd:string;
  dwc:observationDate '2001-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399437'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E55'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E55'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399437'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399570'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EBB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EBB'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399570'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399315'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BA5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BA5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399315'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004C95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399491'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004C95'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004C95'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399491'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000503B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399973'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000503B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000503B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399973'^^xsd:string;
  dwc:observationDate '1999-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400136'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050D5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050D5'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400136'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400011'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E34'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E34'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400011'^^xsd:string;
  dwc:observationDate '2000-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000500B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399907'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000500B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000500B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399907'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399995'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050B5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050B5'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399995'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399745'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004048'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004048'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399745'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399873'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050AF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050AF'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399873'^^xsd:string;
  dwc:observationDate '1999-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ED9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400064'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ED9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ED9'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400064'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400122'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005073'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005073'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400122'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399771'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004096'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004096'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399771'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400026'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050B7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050B7'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400026'^^xsd:string;
  dwc:observationDate '1999-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399819'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040F8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040F8'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399819'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400000'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E28'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E28'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400000'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399457'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E9D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E9D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399457'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399418'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E35'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E35'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399418'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399928'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D8F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D8F'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399928'^^xsd:string;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399643'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F68'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F68'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399643'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399546'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FE2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FE2'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399546'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399944'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DDB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DDB'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399944'^^xsd:string;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400009'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E30'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E30'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400009'^^xsd:string;
  dwc:observationDate '2001-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399874'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050AB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050AB'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399874'^^xsd:string;
  dwc:observationDate '1999-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399395'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DDC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DDC'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399395'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399434'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E4C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E4C'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399434'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399900'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D4A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D4A'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399900'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400031'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E4D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E4D'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400031'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399925'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D8C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D8C'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399925'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399780'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040B3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040B3'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399780'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399699'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FBD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FBD'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399699'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399708'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FD9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FD9'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399708'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399746'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004051'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004051'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399746'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000405F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399756'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000405F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000405F'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399756'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014ECE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394297'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014ECE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014ECE'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394297'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398631'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E0E'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398631'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398633'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF6'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398633'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392069'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5DA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5DA'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392069'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399032'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001012'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001012'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399032'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398830'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB8'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398830'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390788'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321C8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321C8'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390788'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391233'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032546'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032546'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391233'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391192'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325E3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325E3'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391192'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391197'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325BA'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391197'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001454F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393720'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001454F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001454F'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393720'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392130'^^xsd:integer;
  dwc:scientificName 'Amphiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C689'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C689'^^xsd:string;
  dwc:aphiaid '123613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392130'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '123613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392139'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C661'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C661'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392139'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391900'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDEF'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391900'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391906'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE0A'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391906'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390474'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E13'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390474'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394314'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F01'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394314'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003223A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390809'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003223A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003223A'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390809'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390812'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032235'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032235'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390812'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390818'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032229'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032229'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390818'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391103'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032588'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032588'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391103'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391810'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD76'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD76'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391810'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391872'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB8'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391872'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000146FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393827'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000146FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000146FC'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393827'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392201'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2DB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2DB'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392201'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392982'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AFF'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392982'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001455D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393741'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001455D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001455D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393741'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398766'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E63'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E63'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398766'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391500'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCA6'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391500'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399066'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001049'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001049'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399066'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393815'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145B7'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393815'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392088'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5E7'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392088'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398554'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C7C'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398554'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398804'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA7'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398804'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391865'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC8'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391865'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40417 -2.396666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40417"^^xsd:decimal ;
  dwc:decimalLongitude "-2.396666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40417 -2.396666)"^^geo:wktLiteral ;
  geo-pos:lat "49.40417"^^xsd:decimal ;
  geo-pos:long "-2.396666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392821'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129C0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.396666'^^xsd:double;
  dwc:latitude '49.40417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129C0'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392821'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C06F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392029'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C06F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C06F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392029'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393154'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BFC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BFC'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393154'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398547'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C64'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C64'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398547'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394239'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E11'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394239'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394318'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F08'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394318'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394193'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D68'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D68'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394193'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392224'^^xsd:integer;
  dwc:scientificName 'Macropodia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E304'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E304'^^xsd:string;
  dwc:aphiaid '107346'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392224'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '107346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392228'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2EF'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392228'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398791'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E9E'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398791'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393968'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147BC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147BC'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393968'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392107'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C635'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C635'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392107'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392109'^^xsd:integer;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C657'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C657'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392109'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392112'^^xsd:integer;
  dwc:scientificName 'Echinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C659'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C659'^^xsd:string;
  dwc:aphiaid '123386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392112'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003239F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390954'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003239F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003239F'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390954'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393921'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014787'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014787'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393921'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392144'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C669'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C669'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392144'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391727'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD52'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD52'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391727'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391567'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD07'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD07'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391567'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391544'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF2'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391544'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392918'^^xsd:integer;
  dwc:scientificName 'Onchidoris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AAB'^^xsd:string;
  dwc:aphiaid '138288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392918'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '138288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399266'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010E0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010E0'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399266'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393681'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143FF'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393681'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393603'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B0'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393603'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394115'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C32'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394115'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003257A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391273'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003257A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003257A'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391273'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391278'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032579'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032579'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391278'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393544'^^xsd:integer;
  dwc:scientificName 'Coryphella lineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014387'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014387'^^xsd:string;
  dwc:aphiaid '139982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393544'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1047411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001437E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393547'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001437E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001437E'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393547'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393103'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BCB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BCB'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393103'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394164'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CF4'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394164'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392573'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010826'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010826'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392573'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001436A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393528'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001436A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001436A'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393528'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399194'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010FD'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399194'^^xsd:string;
  dwc:observationDate '1978-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391252'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032553'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032553'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391252'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392871'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A4E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A4E'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392871'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002857D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399206'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002857D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002857D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399206'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390559'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F89'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F89'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390559'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390296'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC80'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390296'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001483E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394030'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001483E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001483E'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394030'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399048'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001040'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001040'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399048'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390415'^^xsd:integer;
  dwc:scientificName 'Grantia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030816'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030816'^^xsd:string;
  dwc:aphiaid '131703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390415'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '131703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393831'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014700'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014700'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393831'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393832'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014711'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014711'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393832'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013AB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393431'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013AB5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013AB5'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393431'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392208'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2DD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2DD'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392208'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394062'^^xsd:integer;
  dwc:scientificName 'Neoamphitrite figulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B90'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B90'^^xsd:string;
  dwc:aphiaid '131504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394062'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '155162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393689'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014405'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014405'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393689'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.315926"^^xsd:decimal ;
  dwc:decimalLongitude "-4.810609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  geo-pos:lat "50.315926"^^xsd:decimal ;
  geo-pos:long "-4.810609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394173'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D29'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.810609'^^xsd:double;
  dwc:latitude '50.315926'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D29'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394173'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001295D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392803'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001295D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001295D'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392803'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394135'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C7B'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394135'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391172'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324C9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324C9'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391172'^^xsd:string;
  dwc:observationDate '1978-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399002'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F8B'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399002'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390502'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F2B'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390502'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390456'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E11'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390456'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390466'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E20'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390466'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392762'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012882'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012882'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392762'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393796'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014584'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014584'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393796'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393786'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014587'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014587'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393786'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393873'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014760'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014760'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393873'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394214'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DA7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DA7'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394214'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.339616"^^xsd:decimal ;
  dwc:decimalLongitude "-3.547132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  geo-pos:lat "50.339616"^^xsd:decimal ;
  geo-pos:long "-3.547132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398668'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.547132'^^xsd:double;
  dwc:latitude '50.339616'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E2F'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398668'^^xsd:string;
  dwc:observationDate '1978-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394185'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D5E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D5E'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394185'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393845'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014717'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014717'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393845'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393849'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014742'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014742'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393849'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393854'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014737'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014737'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393854'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390226'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBAD'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390226'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393299'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393299'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390283'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC71'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390283'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003252E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391214'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003252E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003252E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391214'^^xsd:string;
  dwc:observationDate '1978-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393310'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CDA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393310'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390669'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320F5'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390669'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391768'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE6'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391768'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398774'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E23'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398774'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398723'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E7D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398723'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393088'^^xsd:integer;
  dwc:scientificName 'Mya truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BA2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BA2'^^xsd:string;
  dwc:aphiaid '140431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393088'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393083'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B9A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393083'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394156'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CFA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394156'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394078'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B83'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B83'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394078'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391559'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD0A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391559'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392909'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AAC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392909'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390500'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F2F'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390500'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ABC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392920'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ABC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ABC'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392920'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393611'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C7'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393611'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393608'^^xsd:integer;
  dwc:scientificName 'Mya truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C8'^^xsd:string;
  dwc:aphiaid '140431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393608'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391191'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325C8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325C8'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391191'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391720'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD55'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391720'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391741'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD66'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD66'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391741'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392791'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012965'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012965'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392791'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391659'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE95'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE95'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391659'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391653'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE9B'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391653'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391633'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE82'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391633'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392923'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB7'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392923'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392564'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010829'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010829'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392564'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001082C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392567'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001082C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001082C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392567'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394080'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B8B'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394080'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390839'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322A2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390839'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399141'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399141'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003200E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390591'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003200E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003200E'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390591'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003200B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390594'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003200B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003200B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390594'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392181'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392181'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393235'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C90'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C90'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393235'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393804'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145BA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393804'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393809'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145B8'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393809'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393405'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137ED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137ED'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393405'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393408'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137EF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393408'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398901'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F11'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398901'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398917'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F25'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398917'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398854'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398854'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393245'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C96'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C96'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393245'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.563226"^^xsd:decimal ;
  dwc:decimalLongitude "-3.702711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  geo-pos:lat "54.563226"^^xsd:decimal ;
  geo-pos:long "-3.702711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71391947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71391947'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.702711'^^xsd:double;
  dwc:latitude '54.563226'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF00'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71391947'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.563226"^^xsd:decimal ;
  dwc:decimalLongitude "-3.702711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  geo-pos:lat "54.563226"^^xsd:decimal ;
  geo-pos:long "-3.702711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71391948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71391948'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.702711'^^xsd:double;
  dwc:latitude '54.563226'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEFE'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71391948'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392074'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5DB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5DB'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392074'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393145'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BFD'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393145'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003234F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390595'^^xsd:integer;
  dwc:scientificName 'Gobius paganellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003234F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003234F'^^xsd:string;
  dwc:aphiaid '126893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390595'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '126893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C61B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392124'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C61B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C61B'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392124'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398758'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E66'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E66'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398758'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391264'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032552'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032552'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391264'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003203B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390648'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003203B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003203B'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390648'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398599'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D74'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398599'^^xsd:string;
  dwc:observationDate '1978-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393552'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014381'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014381'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393552'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001433C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393495'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001433C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001433C'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393495'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399263'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010EE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010EE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399263'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399250'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028594'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028594'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399250'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390906'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032455'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032455'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390906'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.315926"^^xsd:decimal ;
  dwc:decimalLongitude "-4.810609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  geo-pos:lat "50.315926"^^xsd:decimal ;
  geo-pos:long "-4.810609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394171'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.810609'^^xsd:double;
  dwc:latitude '50.315926'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D20'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394171'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391510'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCC1'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391510'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390501'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F2A'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390501'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391196'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B9'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391196'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392077'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C601'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C601'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392077'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001479E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393933'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001479E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001479E'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393933'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393480'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014337'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014337'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393480'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393470'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014351'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014351'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393470'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001283C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392650'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001283C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001283C'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392650'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392155'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A1'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392155'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014BF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394098'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014BF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014BF0'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394098'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394114'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C31'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394114'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399177'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028574'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028574'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399177'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390407'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030820'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030820'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390407'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390400'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030750'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030750'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390400'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001484E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394015'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001484E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001484E'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394015'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391794'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD7E'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391794'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391809'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD75'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD75'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391809'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391871'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB7'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391871'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391859'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDBF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDBF'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391859'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391969'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF13'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391969'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392194'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E4'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392194'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391498'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCC0'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391498'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394053'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B72'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B72'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394053'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392668'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012852'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012852'^^xsd:string;
  dwc:aphiaid '142224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392668'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '142224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392654'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012832'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012832'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392654'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393670'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014417'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014417'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393670'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.709546 -1.859738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.709546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.859738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.709546 -1.859738)"^^geo:wktLiteral ;
  geo-pos:lat "50.709546"^^xsd:decimal ;
  geo-pos:long "-1.859738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392013'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.859738'^^xsd:double;
  dwc:latitude '50.709546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFF7'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392013'^^xsd:string;
  dwc:observationDate '1977-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392914'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AAA'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392914'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390264'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC2B'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390264'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393602'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143AF'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393602'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393680'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143FE'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393680'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393669'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014416'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014416'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393669'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390911'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032452'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032452'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390911'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391566'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD06'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391566'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391549'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD05'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391549'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393449'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE9'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393449'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392519'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F2'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392519'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392506'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E9'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392506'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392507'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F9'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392507'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392508'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010800'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010800'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392508'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391213'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B3'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391213'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391594'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD33'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD33'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391594'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398530'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C41'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398530'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398525'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C46'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398525'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003254A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391237'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003254A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003254A'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391237'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391242'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032543'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032543'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391242'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001279E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392584'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001279E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001279E'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392584'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398792'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA4'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398792'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399088'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001089'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001089'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399088'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390709'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032146'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032146'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390709'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391686'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB5'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391686'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393781'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014593'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014593'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393781'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398566'^^xsd:integer;
  dwc:scientificName 'Dysidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CBC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CBC'^^xsd:string;
  dwc:aphiaid '131745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398566'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '131745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393995'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147ED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147ED'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393995'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392219'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E302'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E302'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392219'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391916'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE22'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391916'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391609'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD44'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD44'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391609'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.680366"^^xsd:decimal ;
  dwc:decimalLongitude "-9.627181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  geo-pos:lat "52.680366"^^xsd:decimal ;
  geo-pos:long "-9.627181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394071'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.627181'^^xsd:double;
  dwc:latitude '52.680366'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B7D'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394071'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393718'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014552'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014552'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393718'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392043'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C574'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C574'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392043'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392963'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE2'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392963'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393529'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014373'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014373'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393529'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390721'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032169'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032169'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390721'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390483'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F25'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390483'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390871'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032333'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032333'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390871'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391845'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDAE'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391845'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391849'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA7'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391849'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398567'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CB1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CB1'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398567'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398571'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CA3'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398571'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398579'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CB8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CB8'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398579'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390771'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032388'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032388'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390771'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390756'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321B4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321B4'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390756'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003219A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390768'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003219A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003219A'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390768'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.235491"^^xsd:decimal ;
  dwc:decimalLongitude "-4.385146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  geo-pos:lat "50.235491"^^xsd:decimal ;
  geo-pos:long "-4.385146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390996'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.385146'^^xsd:double;
  dwc:latitude '50.235491'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C4'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390996'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001439C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393579'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001439C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001439C'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393579'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393858'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014729'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014729'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393858'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391182'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032426'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032426'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391182'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392550'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010809'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010809'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392550'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392551'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010819'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010819'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392551'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394010'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014802'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014802'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394010'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393750'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014565'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014565'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393750'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393756'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014561'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014561'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393756'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398698'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E49'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E49'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398698'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393583'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014395'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014395'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393583'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393899'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014778'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014778'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393899'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398738'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E76'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E76'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398738'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390286'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC63'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC63'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390286'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394084'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B80'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394084'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002856D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399276'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002856D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002856D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399276'^^xsd:string;
  dwc:observationDate '1979-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392781'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128E7'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392781'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390815'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032226'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032226'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390815'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393843'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014721'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014721'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393843'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391071'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032406'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032406'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391071'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003257B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391080'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003257B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003257B'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391080'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398785'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E2E'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398785'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000102C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399037'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000102C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000102C'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399037'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393504'^^xsd:integer;
  dwc:scientificName 'Gadus morhua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014362'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014362'^^xsd:string;
  dwc:aphiaid '126436'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393504'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393782'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014598'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014598'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393782'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390310'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDCC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDCC'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390310'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390825'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032275'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032275'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390825'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390852'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322F4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322F4'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390852'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390698'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032145'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032145'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390698'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390700'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032143'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032143'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390700'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391100'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032410'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032410'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391100'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393662'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F4'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393662'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390927'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032470'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032470'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390927'^^xsd:string;
  dwc:observationDate '1980-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390173'^^xsd:integer;
  dwc:scientificName 'Dicentrarchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCDA'^^xsd:string;
  dwc:aphiaid '126029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390173'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '126029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDCA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392263'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDCA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDCA'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392263'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001477D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393897'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001477D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001477D'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393897'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393121'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE8'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393121'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393123'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE7'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393123'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390462'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E0D'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390462'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390464'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E21'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390464'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003239B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390959'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003239B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003239B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390959'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003242E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390960'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003242E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003242E'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390960'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390971'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A5'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390971'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392119'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C626'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C626'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392119'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C65D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392128'^^xsd:integer;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C65D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C65D'^^xsd:string;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392128'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390957'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A1'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390957'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.235491"^^xsd:decimal ;
  dwc:decimalLongitude "-4.385146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  geo-pos:lat "50.235491"^^xsd:decimal ;
  geo-pos:long "-4.385146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390994'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.385146'^^xsd:double;
  dwc:latitude '50.235491'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C7'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390994'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393997'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147F0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147F0'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393997'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391482'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC6A'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391482'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391490'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC5F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC5F'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391490'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391461'^^xsd:integer;
  dwc:scientificName 'Ophiolamia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC3C'^^xsd:string;
  dwc:aphiaid '139876'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391461'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '139876'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391371'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB1E'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391371'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398545'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C60'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C60'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398545'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393141'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C04'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393141'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393147'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BEE'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393147'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393372'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D10'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393372'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393707'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144AD'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393707'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398617'^^xsd:integer;
  dwc:scientificName 'Grantia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF2'^^xsd:string;
  dwc:aphiaid '131703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398617'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '131703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398680'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E36'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398680'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003258C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391123'^^xsd:integer;
  dwc:scientificName 'Crenilabrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003258C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003258C'^^xsd:string;
  dwc:aphiaid '151479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391123'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '126023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391141'^^xsd:integer;
  dwc:scientificName 'Grantia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032595'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032595'^^xsd:string;
  dwc:aphiaid '131703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391141'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '131703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391133'^^xsd:integer;
  dwc:scientificName 'Macropodia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032596'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032596'^^xsd:string;
  dwc:aphiaid '107346'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391133'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '107346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390199'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB50'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB50'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390199'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398844'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED1'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398844'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40345"^^xsd:decimal ;
  dwc:decimalLongitude "-2.395389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  geo-pos:lat "49.40345"^^xsd:decimal ;
  geo-pos:long "-2.395389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392826'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129DC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.395389'^^xsd:double;
  dwc:latitude '49.40345'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129DC'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392826'^^xsd:string;
  dwc:observationDate '1977-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393068'^^xsd:integer;
  dwc:scientificName 'Macropodia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B74'^^xsd:string;
  dwc:aphiaid '107346'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393068'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393642'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143CF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143CF'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393642'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393953'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147AA'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393953'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393946'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147AB'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393946'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394261'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E4E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E4E'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394261'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390598'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032009'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032009'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390598'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398856'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EEC'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398856'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390671'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032110'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032110'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390671'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003201D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390626'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003201D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003201D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390626'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393160'^^xsd:integer;
  dwc:scientificName 'Alaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C22'^^xsd:string;
  dwc:aphiaid '144194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393160'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '144194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393584'^^xsd:integer;
  dwc:scientificName 'Polycera quadrilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A1'^^xsd:string;
  dwc:aphiaid '140838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393584'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001476A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393884'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001476A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001476A'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393884'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C62C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392102'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C62C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C62C'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392102'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392116'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C612'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C612'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392116'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390765'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032187'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032187'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390765'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394313'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F00'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394313'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390465'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E1F'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390465'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393840'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014712'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014712'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393840'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.651614"^^xsd:decimal ;
  dwc:decimalLongitude "-5.326284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  geo-pos:lat "51.651614"^^xsd:decimal ;
  geo-pos:long "-5.326284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000000C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391297'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000000C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.326284'^^xsd:double;
  dwc:latitude '51.651614'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000000C'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391297'^^xsd:string;
  dwc:observationDate '1979-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391075'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032401'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032401'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391075'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391097'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032589'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032589'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391097'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393442'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD8'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393442'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393112'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE4'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393112'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393877'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014772'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014772'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393877'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393896'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014776'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014776'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393896'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393900'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014779'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014779'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393900'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392572'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010825'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010825'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392572'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393446'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE1'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393446'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393394'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137D5'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393394'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393990'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147F3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147F3'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393990'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398587'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF0'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398587'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393517'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014370'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014370'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393517'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392586'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012798'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012798'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392586'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392767'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128C1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128C1'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392767'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391899'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDEE'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391899'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391911'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE28'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391911'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391914'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE11'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391914'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391487'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC4A'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391487'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398535'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C32'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398535'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393569'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A7'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393569'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001439E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393576'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001439E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001439E'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393576'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393262'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CAF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CAF'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393262'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003254C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391247'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003254C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003254C'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391247'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393894'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014782'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014782'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393894'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003252D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391219'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003252D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003252D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391219'^^xsd:string;
  dwc:observationDate '1978-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393874'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014769'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014769'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393874'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390285'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC62'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC62'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390285'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001473F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393851'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001473F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001473F'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393851'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393079'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B9F'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393079'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392810'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129AD'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392810'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393047'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B69'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B69'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393047'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393643'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E0'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393643'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393939'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B4'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393939'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393942'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A7'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393942'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393974'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D4'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393974'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393982'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147CA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147CA'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393982'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394220'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DC1'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394220'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394160'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CEF'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394160'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390686'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320E6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320E6'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390686'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390306'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC9D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390306'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390344'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030821'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030821'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390344'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390937'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032473'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032473'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390937'^^xsd:string;
  dwc:observationDate '1980-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391041'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E6'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391041'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003256E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391271'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003256E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003256E'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391271'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391526'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE0'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391526'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391681'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA6'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391681'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391978'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF26'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391978'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392296'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010740'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010740'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392296'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392297'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010752'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010752'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392297'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C57D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392054'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C57D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C57D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392054'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391181'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032425'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032425'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391181'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392548'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010808'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010808'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392548'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392549'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010818'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010818'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392549'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392962'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE6'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392962'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001459B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393761'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001459B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001459B'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393761'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391848'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA2'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391848'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003201C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390625'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003201C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003201C'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390625'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392998'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B02'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392998'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393350'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CFB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CFB'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393350'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393381'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D1E'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393381'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001457F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393775'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001457F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001457F'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393775'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393572'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014391'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014391'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393572'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394183'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D5D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D5D'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394183'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392513'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107DD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107DD'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392513'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392515'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107FC'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392515'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.557233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  geo-pos:lat "53.379415"^^xsd:decimal ;
  geo-pos:long "-4.557233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390350'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.557233'^^xsd:double;
  dwc:latitude '53.379415'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307B9'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390350'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003253D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391241'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003253D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003253D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391241'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392961'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD7'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392961'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392211'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E300'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E300'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392211'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394003'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014812'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014812'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394003'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392276'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD2'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392276'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392981'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AEC'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392981'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393727'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014578'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014578'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393727'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001455C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393740'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001455C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001455C'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393740'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001457B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393751'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001457B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001457B'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393751'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393414'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137E9'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393414'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392183'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2CC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2CC'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392183'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390314'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCB7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCB7'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390314'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390597'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032008'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032008'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390597'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40417 -2.396666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40417"^^xsd:decimal ;
  dwc:decimalLongitude "-2.396666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40417 -2.396666)"^^geo:wktLiteral ;
  geo-pos:lat "49.40417"^^xsd:decimal ;
  geo-pos:long "-2.396666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392819'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129BB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.396666'^^xsd:double;
  dwc:latitude '49.40417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129BB'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392819'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390583'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FC8'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390583'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003244C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390899'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003244C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003244C'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390899'^^xsd:string;
  dwc:observationDate '1980-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003259A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391128'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003259A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003259A'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391128'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391306'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA8D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391306'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391364'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB10'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391364'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391704'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB9'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391704'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392174'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E285'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E285'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392174'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392163'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2A0'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392163'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392748'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012869'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012869'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392748'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392736'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012875'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012875'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392736'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394257'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E46'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394257'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393256'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CAC'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393256'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393365'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D0D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393365'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393360'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D19'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D19'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393360'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393697'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B4'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393697'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394039'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B57'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B57'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394039'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390716'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032160'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032160'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390716'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390276'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC47'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390276'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390488'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F1A'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390488'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390524'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F39'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390524'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391583'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD1C'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391583'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391605'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD40'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD40'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391605'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391618'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD39'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391618'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391926'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE5E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE5E'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391926'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391936'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE7A'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391936'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001076F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392325'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001076F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001076F'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392325'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392324'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010761'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010761'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392324'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392715'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012863'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012863'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392715'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392882'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A8E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A8E'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392882'^^xsd:string;
  dwc:observationDate '1980-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393214'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C75'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C75'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393214'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393220'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C88'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C88'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393220'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.680366"^^xsd:decimal ;
  dwc:decimalLongitude "-9.627181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  geo-pos:lat "52.680366"^^xsd:decimal ;
  geo-pos:long "-9.627181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394073'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.627181'^^xsd:double;
  dwc:latitude '52.680366'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B78'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394073'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390373'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307EC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307EC'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390373'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390655'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032070'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032070'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390655'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390921'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032461'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032461'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390921'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391063'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F7'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391063'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391113'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032484'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032484'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391113'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391470'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC27'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391470'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391827'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD92'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391827'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398671'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E3A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E3A'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398671'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92474"^^xsd:decimal ;
  dwc:decimalLongitude "-5.565069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  geo-pos:lat "53.92474"^^xsd:decimal ;
  geo-pos:long "-5.565069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391921'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.565069'^^xsd:double;
  dwc:latitude '53.92474'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE41'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391921'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393922'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014794'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014794'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393922'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393905'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014790'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014790'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393905'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393203'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C68'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C68'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393203'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399139'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C6'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399139'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393240'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C8E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C8E'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393240'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391755'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEDC'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391755'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392065'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5E3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5E3'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392065'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393958'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C2'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393958'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391499'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCA5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCA5'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391499'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393965'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B8'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393965'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390787'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321C7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321C7'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390787'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390427'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DEB'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390427'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.563226"^^xsd:decimal ;
  dwc:decimalLongitude "-3.702711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  geo-pos:lat "54.563226"^^xsd:decimal ;
  geo-pos:long "-3.702711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71391949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71391949'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEFB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.702711'^^xsd:double;
  dwc:latitude '54.563226'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEFB'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71391949'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391641'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE7D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391641'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393335'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CEC'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393335'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393186'^^xsd:integer;
  dwc:scientificName 'Clathrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C31'^^xsd:string;
  dwc:aphiaid '131729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393186'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '131729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003224F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390819'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003224F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003224F'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390819'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393129'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE0'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393129'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391089'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032407'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032407'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391089'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392131'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C679'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C679'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392131'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C66E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392140'^^xsd:integer;
  dwc:scientificName 'Macropodia deflexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C66E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C66E'^^xsd:string;
  dwc:aphiaid '107338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392140'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392870'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A4D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A4D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392870'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392875'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A58'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392875'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390295'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC7F'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390295'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390972'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323AB'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390972'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393881'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014770'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014770'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393881'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393885'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014775'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014775'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393885'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002858E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399208'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002858E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002858E'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399208'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.339616"^^xsd:decimal ;
  dwc:decimalLongitude "-3.547132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  geo-pos:lat "50.339616"^^xsd:decimal ;
  geo-pos:long "-3.547132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398666'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.547132'^^xsd:double;
  dwc:latitude '50.339616'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E32'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398666'^^xsd:string;
  dwc:observationDate '1978-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391966'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF1C'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391966'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001478C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393917'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001478C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001478C'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393917'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390794'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321FB'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390794'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390799'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321F6'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390799'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390807'^^xsd:integer;
  dwc:scientificName 'Simnia patula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032392'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032392'^^xsd:string;
  dwc:aphiaid '140669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390807'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '224890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399131'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B7'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399131'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390789'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321CD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321CD'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390789'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001434E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393487'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001434E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001434E'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393487'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392664'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012839'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012839'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392664'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392083'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C607'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C607'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392083'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392086'^^xsd:integer;
  dwc:scientificName 'Facelina bostoniensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C603'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C603'^^xsd:string;
  dwc:aphiaid '139908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392086'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '139908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398557'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C91'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398557'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398558'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C97'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398558'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398511'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C13'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398511'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003240B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391092'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003240B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003240B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391092'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398630'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DFD'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398630'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398634'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF8'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398634'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391008'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323CE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323CE'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391008'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391514'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCDD'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391514'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399274'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028572'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028572'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399274'^^xsd:string;
  dwc:observationDate '1979-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398740'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E7E'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398740'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398728'^^xsd:integer;
  dwc:scientificName 'Coryphella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E7B'^^xsd:string;
  dwc:aphiaid '139987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398728'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '139987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398732'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E88'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E88'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398732'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390677'^^xsd:integer;
  dwc:scientificName 'Diaphorodoris luteocincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032374'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032374'^^xsd:string;
  dwc:aphiaid '140630'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390677'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '140630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390681'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032113'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032113'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390681'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390688'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320F9'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390688'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390980'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323BC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323BC'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390980'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398760'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E6F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E6F'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398760'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398754'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E71'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398754'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393810'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145BD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145BD'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393810'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393415'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F2'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393415'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398908'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F15'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F15'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398908'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40417 -2.396666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40417"^^xsd:decimal ;
  dwc:decimalLongitude "-2.396666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40417 -2.396666)"^^geo:wktLiteral ;
  geo-pos:lat "49.40417"^^xsd:decimal ;
  geo-pos:long "-2.396666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392820'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129CE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.396666'^^xsd:double;
  dwc:latitude '49.40417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129CE'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392820'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398886'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EFB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EFB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398886'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393816'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145C5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145C5'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393816'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391022'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E1'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391022'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393411'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F6'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393411'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390599'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032357'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032357'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390599'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003237B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390722'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003237B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003237B'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390722'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391036'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032438'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032438'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391036'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391798'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD83'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD83'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391798'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391864'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC1'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391864'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392189'^^xsd:integer;
  dwc:scientificName 'Thalia democratica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D9'^^xsd:string;
  dwc:aphiaid '137279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392189'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137279'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394021'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014843'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014843'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394021'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399061'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001043'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001043'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399061'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390844'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322A6'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390844'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390846'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032394'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032394'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390846'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398546'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C72'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C72'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398546'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393146'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF8'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393146'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003252F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391220'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003252F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003252F'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391220'^^xsd:string;
  dwc:observationDate '1978-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393321'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE7'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393321'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394162'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CFE'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394162'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394085'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B85'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B85'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394085'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001473A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393860'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001473A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001473A'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393860'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000100B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399017'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000100B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000100B'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399017'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001296C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392801'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001296C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001296C'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392801'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000102A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399021'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000102A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000102A'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399021'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392785'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128F6'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392785'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001293F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392778'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001293F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001293F'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392778'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390650'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032353'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032353'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390650'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003253B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391221'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003253B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003253B'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391221'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390628'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032024'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032024'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390628'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003242A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391183'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003242A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003242A'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391183'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392544'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010814'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010814'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392544'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392545'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010824'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010824'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392545'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391052'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F0'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391052'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393175'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C12'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393175'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393170'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C1A'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393170'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392055'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C593'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C593'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392055'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398825'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EBB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EBB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398825'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390840'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322B5'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390840'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398548'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C7B'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398548'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391660'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE9D'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391660'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391634'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE88'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE88'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391634'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390236'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE3'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390236'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390448'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E19'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E19'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390448'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390453'^^xsd:integer;
  dwc:scientificName 'Chelon labrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E1D'^^xsd:string;
  dwc:aphiaid '126977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390453'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '126977'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391260'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032555'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032555'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391260'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391721'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD5C'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391721'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391742'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD6B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD6B'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391742'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393089'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B9D'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393089'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398918'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F2D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F2D'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398918'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398931'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F24'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398931'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391759'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEDF'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391759'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398775'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E26'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398775'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393813'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145BE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145BE'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393813'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398879'^^xsd:integer;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F05'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398879'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398895'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F08'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398895'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398902'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F19'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F19'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398902'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398855'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE7'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398855'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398858'^^xsd:integer;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EED'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398858'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398877'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F00'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398877'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003255D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391257'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003255D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003255D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391257'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392178'^^xsd:integer;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2CF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2CF'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392178'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.798757"^^xsd:decimal ;
  dwc:decimalLongitude "-7.051418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  geo-pos:lat "57.798757"^^xsd:decimal ;
  geo-pos:long "-7.051418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E30B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392236'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E30B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.051418'^^xsd:double;
  dwc:latitude '57.798757'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E30B'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392236'^^xsd:string;
  dwc:observationDate '1980-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398795'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EAD'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398795'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398808'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB1'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398808'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392071'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5E1'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392071'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394293'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EEF'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394293'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393962'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C5'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393962'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390728'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032170'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032170'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390728'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391003'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D3'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391003'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391014'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032435'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032435'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391014'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393062'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B61'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B61'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393062'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393627'^^xsd:integer;
  dwc:scientificName 'Cyanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E2'^^xsd:string;
  dwc:aphiaid '135259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393627'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '135259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394229'^^xsd:integer;
  dwc:scientificName 'Fucus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E02'^^xsd:string;
  dwc:aphiaid '144129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394229'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390324'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030799'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030799'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390324'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392168'^^xsd:integer;
  dwc:scientificName 'Clava leptostyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2A1'^^xsd:string;
  dwc:aphiaid '238378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392168'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393272'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB4'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393272'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390340'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030802'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030802'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390340'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391524'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCEB'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391524'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393704'^^xsd:integer;
  dwc:scientificName 'Cyanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B7'^^xsd:string;
  dwc:aphiaid '135259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393704'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '135259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391603'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD35'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD35'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391603'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003240F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391083'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003240F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003240F'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391083'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394256'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E6A'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394256'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393177'^^xsd:integer;
  dwc:scientificName 'Ophiopholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C1D'^^xsd:string;
  dwc:aphiaid '123622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393177'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123622'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398835'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC7'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398835'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398697'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E4D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E4D'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398697'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001482D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394011'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001482D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001482D'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394011'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390498'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F36'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390498'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002858C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399214'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002858C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002858C'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399214'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391560'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD12'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391560'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391537'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCFC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCFC'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391537'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003245D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390902'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003245D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003245D'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390902'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394068'^^xsd:integer;
  dwc:scientificName 'Diogenes pugilator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B97'^^xsd:string;
  dwc:aphiaid '107199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394068'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393610'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143BE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143BE'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393610'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390270'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCED'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390270'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390545'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FAE'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390545'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393461'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF4'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393461'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399148'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010CC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010CC'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399148'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ABA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392917'^^xsd:integer;
  dwc:scientificName 'Odonthalia dentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ABA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ABA'^^xsd:string;
  dwc:aphiaid '144839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392917'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '144839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390434'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DFB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DFB'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390434'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398625'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DFB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DFB'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398625'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394054'^^xsd:integer;
  dwc:scientificName 'Ficopomatus enigmaticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B96'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B96'^^xsd:string;
  dwc:aphiaid '130988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394054'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393090'^^xsd:integer;
  dwc:scientificName 'Ophiopholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B99'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B99'^^xsd:string;
  dwc:aphiaid '123622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393090'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123622'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003246D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390931'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003246D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003246D'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390931'^^xsd:string;
  dwc:observationDate '1980-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393663'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143FD'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393663'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393659'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F3'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393659'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390880'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032324'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032324'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390880'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391210'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B6'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391210'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391586'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD27'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391586'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391624'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD47'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391624'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391620'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD3D'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391620'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391613'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD46'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391613'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392328'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010778'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010778'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392328'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392319'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010767'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010767'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392319'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392320'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010774'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010774'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392320'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ACD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392925'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ACD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ACD'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392925'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393211'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C7B'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393211'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393228'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C8B'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393228'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393229'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C87'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393229'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394149'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CC4'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394149'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398609'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DD7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DD7'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398609'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003215A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390730'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003215A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003215A'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390730'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399013'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001006'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001006'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399013'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390137'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028547'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028547'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390137'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390121'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028547'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028547'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390121'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390490'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F21'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390490'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390526'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F3F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F3F'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390526'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390519'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F45'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390519'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390541'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F5C'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390541'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390538'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F75'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F75'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390538'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398714'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E86'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E86'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398714'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398724'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E84'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398724'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003242C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391188'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003242C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003242C'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391188'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C59C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392058'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C59C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C59C'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392058'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398735'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E9D'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398735'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392559'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010815'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010815'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392559'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393855'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014748'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014748'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393855'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393746'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014570'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014570'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393746'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390605'^^xsd:integer;
  dwc:scientificName 'Epizoanthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032359'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032359'^^xsd:string;
  dwc:aphiaid '100790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390605'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '100790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393944'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B1'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393944'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399231'^^xsd:integer;
  dwc:scientificName 'Amphitrite'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028560'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028560'^^xsd:string;
  dwc:aphiaid '129686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399231'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '129686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390212'^^xsd:integer;
  dwc:scientificName 'Dysidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDDB'^^xsd:string;
  dwc:aphiaid '131745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390212'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '131745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390578'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FF4'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390578'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392744'^^xsd:integer;
  dwc:scientificName 'Dysidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012873'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012873'^^xsd:string;
  dwc:aphiaid '131745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392744'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '131745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390734'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032183'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032183'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390734'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392890'^^xsd:integer;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA7'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392890'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392943'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC8'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392943'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394141'^^xsd:integer;
  dwc:scientificName 'Dysidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F1B'^^xsd:string;
  dwc:aphiaid '131745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394141'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '131745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393620'^^xsd:integer;
  dwc:scientificName 'Amphitrite'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143EA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143EA'^^xsd:string;
  dwc:aphiaid '129686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393620'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394263'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E7C'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394263'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394274'^^xsd:integer;
  dwc:scientificName 'Centrolabrus exoletus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EBD'^^xsd:string;
  dwc:aphiaid '126961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394274'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390376'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F2'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390376'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390380'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030824'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030824'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390380'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000095A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398232'^^xsd:integer;
  dwc:scientificName 'Zostera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000095A'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000095A'^^xsd:string;
  dwc:aphiaid '144233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398232'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '144233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399099'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001097'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001097'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399099'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003201A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390614'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003201A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003201A'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390614'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392300'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010748'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010748'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392300'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392291'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010751'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010751'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392291'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71393000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71393000'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B0B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71393000'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393349'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D0A'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393349'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393510'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014361'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014361'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393510'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001435B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393505'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001435B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001435B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393505'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393778'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014595'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014595'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393778'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394206'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DBF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DBF'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394206'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390249'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC1B'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390249'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390829'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032266'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032266'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390829'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390863'^^xsd:integer;
  dwc:scientificName 'Chelon labrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032397'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032397'^^xsd:string;
  dwc:aphiaid '126977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390863'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126977'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390856'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322E5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322E5'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390856'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390858'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032395'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032395'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390858'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390707'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032139'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032139'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390707'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390938'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032474'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032474'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390938'^^xsd:string;
  dwc:observationDate '1980-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391521'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCEC'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391521'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391528'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE5'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391528'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391531'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF0'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391531'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391683'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEAC'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391683'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391983'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF36'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391983'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001075B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392301'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001075B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001075B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392301'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001070E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392393'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001070E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001070E'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392393'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392394'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010735'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010735'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392394'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392382'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010729'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010729'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392382'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001073D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392383'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001073D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001073D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392383'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393014'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B29'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B29'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393014'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393267'^^xsd:integer;
  dwc:scientificName 'Coryphella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC0'^^xsd:string;
  dwc:aphiaid '139987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393267'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '139987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393368'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D15'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D15'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393368'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394041'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B69'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B69'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394041'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393980'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D8'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393980'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393983'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D1'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393983'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394228'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E06'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394228'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394258'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E58'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394258'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394289'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC0'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394289'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398688'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E47'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398688'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398613'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DBD'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398613'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398956'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F4E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F4E'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398956'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399040'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001033'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001033'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399040'^^xsd:string;
  dwc:observationDate '1980-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390157'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAB4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAB4'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390157'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398847'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EDA'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398847'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000109F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399107'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000109F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000109F'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399107'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399121'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B0'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399121'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390585'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FDB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390585'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003244E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390900'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003244E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003244E'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390900'^^xsd:string;
  dwc:observationDate '1980-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391135'^^xsd:integer;
  dwc:scientificName 'Oscarella lobularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032594'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032594'^^xsd:string;
  dwc:aphiaid '133928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391135'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '133928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391162'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A6'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391162'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391367'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB31'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391367'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391707'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC0'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391707'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BECD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391711'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BECD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BECD'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391711'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391782'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEEB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391782'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391786'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF6'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391786'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393977'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D7'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393977'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394248'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E65'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E65'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394248'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394252'^^xsd:integer;
  dwc:scientificName 'Echinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E79'^^xsd:string;
  dwc:aphiaid '123386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394252'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '123386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398651'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E14'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E14'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398651'^^xsd:string;
  dwc:observationDate '1978-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398836'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED6'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398836'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398940'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F38'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F38'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398940'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399108'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A2'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399108'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399110'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A0'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399110'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399124'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A5'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399124'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390201'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE5'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390201'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390196'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCDE'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390196'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390369'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F7'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390369'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390652'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032092'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032092'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390652'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390370'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F8'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390370'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003209D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390654'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003209D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003209D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390654'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390658'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032083'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032083'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390658'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390923'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032464'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032464'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390923'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391065'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323FA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323FA'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391065'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391117'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032497'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032497'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391117'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391111'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324B1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324B1'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391111'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391439'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBFB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBFB'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391439'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391468'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC46'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391468'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392249'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF3E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF3E'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392249'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392244'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF40'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF40'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392244'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40345"^^xsd:decimal ;
  dwc:decimalLongitude "-2.395389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  geo-pos:lat "49.40345"^^xsd:decimal ;
  geo-pos:long "-2.395389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392824'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129EB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.395389'^^xsd:double;
  dwc:latitude '49.40345'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129EB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392824'^^xsd:string;
  dwc:observationDate '1977-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393061'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B6F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B6F'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393061'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393630'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143DD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143DD'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393630'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393636'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D5'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393636'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398607'^^xsd:integer;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF3'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398607'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398675'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E3C'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398675'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398993'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F74'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398993'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390896'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032450'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032450'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390896'^^xsd:string;
  dwc:observationDate '1980-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003247E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390943'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003247E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003247E'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390943'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003247F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390940'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003247F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003247F'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390940'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391134'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032599'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032599'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391134'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391165'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A7'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391165'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391695'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC7'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391695'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391774'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF1'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391774'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393009'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B2E'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393009'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398845'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED7'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398845'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390378'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F1'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390378'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391067'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032400'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032400'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391067'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393373'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D1D'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393373'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398538'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C5B'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398538'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391484'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC6F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC6F'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391484'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398789'^^xsd:integer;
  dwc:scientificName 'Gadus morhua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA5'^^xsd:string;
  dwc:aphiaid '126436'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398789'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '126436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399093'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001090'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001090'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399093'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391069'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032441'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032441'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391069'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391475'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC3D'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391475'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391834'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA0'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391834'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391823'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD9A'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391823'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C06D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392018'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C06D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C06D'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392018'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398606'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DCC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DCC'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398606'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001281D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392644'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001281D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001281D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392644'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392647'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012821'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012821'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392647'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398996'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F91'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398996'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394107'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C40'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C40'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394107'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394124'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C81'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394124'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390245'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC0C'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390245'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390497'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F30'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390497'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391017'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323DC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323DC'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391017'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391021'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D7'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391021'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393824'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014703'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014703'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393824'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391792'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD80'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391792'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391814'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD91'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391814'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391797'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD78'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391797'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391876'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDCE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDCE'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391876'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391863'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDBA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDBA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391863'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400733 -3.204691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.400733"^^xsd:decimal ;
  dwc:decimalLongitude "-3.204691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400733 -3.204691)"^^geo:wktLiteral ;
  geo-pos:lat "53.400733"^^xsd:decimal ;
  geo-pos:long "-3.204691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71390363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71390363'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.204691'^^xsd:double;
  dwc:latitude '53.400733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307E1'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71390363'^^xsd:string;
  dwc:observationDate '1977-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394019'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014845'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014845'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394019'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ECF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398810'^^xsd:integer;
  dwc:scientificName 'Gobiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ECF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ECF'^^xsd:string;
  dwc:aphiaid '125537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398810'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '125537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398821'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC5'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398821'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ECC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398831'^^xsd:integer;
  dwc:scientificName 'Pleurobranchus membranaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ECC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ECC'^^xsd:string;
  dwc:aphiaid '140820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398831'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '140820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392562'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010813'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010813'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392562'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392563'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010823'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010823'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392563'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393329'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CEF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393329'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390414'^^xsd:integer;
  dwc:scientificName 'Botrylloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030815'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030815'^^xsd:string;
  dwc:aphiaid '103528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390414'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '103528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390408'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030813'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030813'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390408'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003075F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390386'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003075F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003075F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390386'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393535'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014378'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014378'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393535'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391300'^^xsd:integer;
  dwc:scientificName 'Uria aalge'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA9D'^^xsd:string;
  dwc:aphiaid '137133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391300'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137133'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393545'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014384'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014384'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393545'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390284'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDC9'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390284'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393099'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BCD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BCD'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393099'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393456'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF1'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393456'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390976'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323AD'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390976'^^xsd:string;
  dwc:observationDate '1979-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398798'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EAA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398798'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393198'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C6B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C6B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393198'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391495'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCB4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCB4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391495'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393914'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014788'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014788'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393914'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393910'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014789'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014789'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393910'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390470'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E14'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E14'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390470'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394309'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F0E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394309'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394310'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F0B'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394310'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390303'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCAC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390303'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001293A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392786'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001293A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001293A'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392786'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398962'^^xsd:integer;
  dwc:scientificName 'Gobiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F6C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F6C'^^xsd:string;
  dwc:aphiaid '125537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398962'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390293'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC8E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC8E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390293'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398964'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F5D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F5D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398964'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390549'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F97'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390549'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001479F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393934'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001479F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001479F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393934'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393481'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014338'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014338'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393481'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390261'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC3A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC3A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390261'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393677'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014408'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014408'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393677'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001440D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393674'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001440D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001440D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393674'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393599'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B6'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393599'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393593'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143BA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393593'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398695'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E53'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E53'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398695'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002857E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399201'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002857E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002857E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399201'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391090'^^xsd:integer;
  dwc:scientificName 'Leucosolenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032583'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032583'^^xsd:string;
  dwc:aphiaid '131715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391090'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '131715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392867'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A4F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A4F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392867'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391082'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032409'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032409'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391082'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.798757"^^xsd:decimal ;
  dwc:decimalLongitude "-7.051418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  geo-pos:lat "57.798757"^^xsd:decimal ;
  geo-pos:long "-7.051418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392237'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E309'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.051418'^^xsd:double;
  dwc:latitude '57.798757'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E309'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392237'^^xsd:string;
  dwc:observationDate '1980-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.339616"^^xsd:decimal ;
  dwc:decimalLongitude "-3.547132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  geo-pos:lat "50.339616"^^xsd:decimal ;
  geo-pos:long "-3.547132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398665'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.547132'^^xsd:double;
  dwc:latitude '50.339616'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E30'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398665'^^xsd:string;
  dwc:observationDate '1978-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393961'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147BF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147BF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393961'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394292'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EDC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394292'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391002'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323CC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323CC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391002'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392136'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C670'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C670'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392136'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393459'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BFA'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393459'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390778'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321CB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321CB'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390778'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398620'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DFA'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398620'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398643'^^xsd:integer;
  dwc:scientificName 'Paracentrotus lividus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E03'^^xsd:string;
  dwc:aphiaid '124316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398643'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '124316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390422'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DEF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390422'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394233'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E17'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394233'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394242'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E42'^^xsd:string;
  dwc:aphiaid '142224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394242'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '142224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394179'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D3F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D3F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394179'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392221'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2EC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2EC'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392221'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398597'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D77'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398597'^^xsd:string;
  dwc:observationDate '1978-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392768'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128C2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128C2'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392768'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399076'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001068'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001068'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399076'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393657'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143ED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143ED'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393657'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003241A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391149'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003241A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003241A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391149'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399089'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001084'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001084'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399089'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398659'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E1D'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398659'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393441'^^xsd:integer;
  dwc:scientificName 'Cyanea lamarckii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE8'^^xsd:string;
  dwc:aphiaid '135302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393441'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '135302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392517'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107EC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107EC'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392517'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392518'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107FD'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392518'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391277'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032575'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032575'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391277'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398562'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CA2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CA2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398562'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393165'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C0F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393165'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C58F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392051'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C58F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C58F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392051'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398814'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB9'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398814'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390621'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032021'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032021'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390621'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391174'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032428'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032428'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391174'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392535'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010810'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010810'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392535'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001081D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392539'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001081D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001081D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392539'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001081C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392543'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001081C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001081C'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392543'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392040'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C570'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C570'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392040'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001476B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393883'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001476B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001476B'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393883'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392010'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFDA'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392010'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.557233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  geo-pos:lat "53.379415"^^xsd:decimal ;
  geo-pos:long "-4.557233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390351'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.557233'^^xsd:double;
  dwc:latitude '53.379415'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307BA'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390351'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391511'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCC2'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391511'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393929'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393929'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393477'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014343'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014343'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393477'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393474'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014348'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014348'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393474'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393125'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD9'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393125'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392499'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E1'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392499'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392501'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010801'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010801'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392501'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.557233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  geo-pos:lat "53.379415"^^xsd:decimal ;
  geo-pos:long "-4.557233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390349'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307C7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.557233'^^xsd:double;
  dwc:latitude '53.379415'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307C7'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390349'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391232'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032541'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032541'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391232'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393568'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014397'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014397'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393568'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399181'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001101'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001101'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399181'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393437'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BDE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393437'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.315926"^^xsd:decimal ;
  dwc:decimalLongitude "-4.810609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  geo-pos:lat "50.315926"^^xsd:decimal ;
  geo-pos:long "-4.810609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394169'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.810609'^^xsd:double;
  dwc:latitude '50.315926'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D3B'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394169'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390811'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032222'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032222'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390811'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001471E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393836'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001471E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001471E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393836'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001471B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393837'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001471B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001471B'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393837'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001476F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393878'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001476F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001476F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393878'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001477B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393893'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001477B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001477B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393893'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392064'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton laceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5A8'^^xsd:string;
  dwc:aphiaid '100999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392064'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '854806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393117'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BDE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393117'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392004'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFDC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392004'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390640'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032057'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032057'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390640'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391907'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE0E'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391907'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392576'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010831'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010831'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392576'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393108'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD4'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393108'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392217'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2F1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2F1'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392217'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393423'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD7'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393423'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390455'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E0B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390455'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014BF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394099'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014BF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014BF7'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394099'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390750'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032196'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032196'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390750'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390741'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321A4'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390741'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.651614"^^xsd:decimal ;
  dwc:decimalLongitude "-5.326284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  geo-pos:lat "51.651614"^^xsd:decimal ;
  geo-pos:long "-5.326284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000000F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391294'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000000F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.326284'^^xsd:double;
  dwc:latitude '51.651614'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000000F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391294'^^xsd:string;
  dwc:observationDate '1979-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392412'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010728'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010728'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392412'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001073C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392413'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001073C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001073C'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392413'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393269'^^xsd:integer;
  dwc:scientificName 'Doto coronata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CBF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CBF'^^xsd:string;
  dwc:aphiaid '139631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393269'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '139631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003081E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390392'^^xsd:integer;
  dwc:scientificName 'Doto coronata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003081E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003081E'^^xsd:string;
  dwc:aphiaid '139631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390392'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '139631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390475'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E15'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E15'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390475'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391956'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF15'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF15'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391956'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393706'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B0'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393706'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394202'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D9C'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394202'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399007'^^xsd:integer;
  dwc:scientificName 'Diadumene cincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001002'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001002'^^xsd:string;
  dwc:aphiaid '100872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399007'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100872'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392717'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012867'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012867'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392717'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392939'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD1'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392939'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393631'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E1'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393631'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393638'^^xsd:integer;
  dwc:scientificName 'Mya truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D1'^^xsd:string;
  dwc:aphiaid '140431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393638'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393641'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D8'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393641'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394268'^^xsd:integer;
  dwc:scientificName 'Gobiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC1'^^xsd:string;
  dwc:aphiaid '125537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394268'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '125537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391140'^^xsd:integer;
  dwc:scientificName 'Bolinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032597'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032597'^^xsd:string;
  dwc:aphiaid '293494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391140'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '106325'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391305'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA9C'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391305'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391699'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED2'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391699'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393857'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014740'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014740'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393857'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390798'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321E4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321E4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390798'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399172'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028576'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028576'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399172'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390334'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307FD'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390334'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393981'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D6'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393981'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394284'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E9D'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394284'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001074D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392417'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001074D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001074D'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392417'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392992'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B08'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392992'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393345'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D00'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393345'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393341'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D08'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393341'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393500'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014358'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014358'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393500'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001458A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393771'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001458A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001458A'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393771'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393766'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014591'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014591'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393766'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391675'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEAA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391675'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391976'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF39'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391976'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392353'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010700'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010700'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392353'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392286'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010745'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010745'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392286'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392287'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010757'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010757'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392287'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390613'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032017'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032017'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390613'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390851'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322E1'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390851'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391517'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE9'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391517'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399097'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001095'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001095'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399097'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391840'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391840'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399178'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028575'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028575'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399178'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391961'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF06'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391961'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392081'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5F7'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392081'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392469'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107BA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392469'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392470'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107D5'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392470'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398690'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E4C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E4C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398690'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393624'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E5'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393624'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390603'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032011'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032011'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390603'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392271'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD8'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392271'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392972'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF3'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392972'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392977'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF5'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392977'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001456E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393732'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001456E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001456E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393732'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393735'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014568'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014568'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393735'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392150'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392150'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398943'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F40'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F40'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398943'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.42012 -2.540738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.42012"^^xsd:decimal ;
  dwc:decimalLongitude "-2.540738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.42012 -2.540738)"^^geo:wktLiteral ;
  geo-pos:lat "49.42012"^^xsd:decimal ;
  geo-pos:long "-2.540738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392829'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.540738'^^xsd:double;
  dwc:latitude '49.42012'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A1F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392829'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.42012 -2.540738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.42012"^^xsd:decimal ;
  dwc:decimalLongitude "-2.540738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.42012 -2.540738)"^^geo:wktLiteral ;
  geo-pos:lat "49.42012"^^xsd:decimal ;
  geo-pos:long "-2.540738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392830'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.540738'^^xsd:double;
  dwc:latitude '49.42012'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A1C'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392830'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391896'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDFD'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391896'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390439'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DFE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390439'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000101C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399024'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000101C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000101C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399024'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391929'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE5F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE5F'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391929'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392227'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2FE'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392227'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ADD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392952'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ADD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ADD'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392952'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ADF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392956'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ADF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ADF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392956'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393715'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014550'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014550'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393715'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.298397"^^xsd:decimal ;
  dwc:decimalLongitude "-4.10216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  geo-pos:lat "53.298397"^^xsd:decimal ;
  geo-pos:long "-4.10216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390357'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.10216'^^xsd:double;
  dwc:latitude '53.298397'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307AC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390357'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392773'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128F9'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392773'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394066'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B9A'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394066'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398967'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F69'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F69'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398967'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001281F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392646'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001281F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001281F'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392646'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390557'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FA3'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390557'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399264'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010FA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010FA'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399264'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003245A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390910'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003245A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003245A'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390910'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398945'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F41'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398945'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391902'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDF2'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391902'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391054'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323EF'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391054'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391847'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA9'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391847'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399075'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001082'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001082'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399075'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398790'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA2'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398790'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391027'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323DA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323DA'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391027'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393679'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014419'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014419'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393679'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394096'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C0B'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394096'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394129'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C8D'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394129'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391169'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324DF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324DF'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391169'^^xsd:string;
  dwc:observationDate '1978-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391725'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD59'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD59'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391725'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92474"^^xsd:decimal ;
  dwc:decimalLongitude "-5.565069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  geo-pos:lat "53.92474"^^xsd:decimal ;
  geo-pos:long "-5.565069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391923'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.565069'^^xsd:double;
  dwc:latitude '53.92474'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE42'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391923'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398605'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DB9'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398605'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398674'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E37'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398674'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398978'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F6E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398978'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AA9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390147'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AA9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AA9D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390147'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AA9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390152'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AA9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AA9A'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390152'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393260'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA7'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393260'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391377'^^xsd:integer;
  dwc:scientificName 'Paracentrotus lividus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC99'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC99'^^xsd:string;
  dwc:aphiaid '124316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391377'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '124316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391694'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEBD'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391694'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391787'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF8'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391787'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392166'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E296'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E296'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392166'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394247'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E54'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E54'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394247'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398840'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398840'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398935'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F32'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398935'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000109D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399106'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000109D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000109D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399106'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399111'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010AA'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399111'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400148'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400148'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390191'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB51'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB51'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390191'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390367'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030823'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030823'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390367'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390368'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307EF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390368'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391059'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F9'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391059'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391284'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000005'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000005'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391284'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391288'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000004'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000004'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391288'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391465'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC36'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391465'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392017'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C061'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C061'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392017'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392240'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF39'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392240'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392243'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF3B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392243'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392628'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127B3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127B3'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392628'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392812'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129A3'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392812'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393073'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B70'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B70'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393073'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393051'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B62'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B62'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393051'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392880'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A92'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392880'^^xsd:string;
  dwc:observationDate '1980-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392881'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A91'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392881'^^xsd:string;
  dwc:observationDate '1980-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392892'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A9D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392892'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392897'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A9A'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392897'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ABF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392933'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ABF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ABF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392933'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393208'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C77'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393208'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393925'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014799'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014799'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393925'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393916'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014792'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014792'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393916'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390213'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB64'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB64'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390213'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390214'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD8'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390214'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390209'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB67'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB67'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390209'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.928792"^^xsd:decimal ;
  dwc:decimalLongitude "-5.055791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  geo-pos:lat "51.928792"^^xsd:decimal ;
  geo-pos:long "-5.055791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390243'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.055791'^^xsd:double;
  dwc:latitude '51.928792'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE7'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390243'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.928792"^^xsd:decimal ;
  dwc:decimalLongitude "-5.055791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  geo-pos:lat "51.928792"^^xsd:decimal ;
  geo-pos:long "-5.055791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390238'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.055791'^^xsd:double;
  dwc:latitude '51.928792'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBE4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390238'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390321'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030794'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030794'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390321'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390574'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FD7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FD7'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390574'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390942'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032479'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032479'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390942'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001071F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392373'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001071F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001071F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392373'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392374'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010732'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010732'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392374'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001073A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392361'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001073A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001073A'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392361'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392360'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010725'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010725'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392360'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392734'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012878'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012878'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392734'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001286D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392739'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001286D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001286D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392739'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392860'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A48'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392860'^^xsd:string;
  dwc:observationDate '1980-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390720'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032156'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032156'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390720'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393699'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393699'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394036'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B65'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B65'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394036'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394203'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D9D'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394203'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394197'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D8D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394197'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390272'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE8'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390272'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390275'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC55'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390275'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390481'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F1E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390481'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390536'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F55'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390536'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390534'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F58'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390534'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390870'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032320'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032320'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390870'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391205'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032529'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032529'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391205'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391590'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD31'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391590'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391928'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE54'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE54'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391928'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391939'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE70'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE70'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391939'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392318'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010775'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010775'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392318'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392311'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010765'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010765'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392311'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391225'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032539'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032539'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391225'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398694'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E50'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E50'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398694'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398529'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C2E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398529'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391076'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032402'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032402'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391076'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393546'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014385'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014385'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393546'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390643'^^xsd:integer;
  dwc:scientificName 'Gobius paganellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032352'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032352'^^xsd:string;
  dwc:aphiaid '126893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390643'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '126893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390647'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032355'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032355'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390647'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393563'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014399'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014399'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393563'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398788'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398788'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399073'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001076'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001076'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399073'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392581'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127A0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392581'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393992'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147E9'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393992'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390461'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E0A'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390461'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392005'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFCB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFCB'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392005'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391480'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC58'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391480'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.695124"^^xsd:decimal ;
  dwc:decimalLongitude "-0.160737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  geo-pos:lat "50.695124"^^xsd:decimal ;
  geo-pos:long "-0.160737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393285'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.160737'^^xsd:double;
  dwc:latitude '50.695124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC7'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393285'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390802'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321EF'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390802'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392220'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E303'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E303'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392220'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393180'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C1E'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393180'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393171'^^xsd:integer;
  dwc:scientificName 'Halichondria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C1C'^^xsd:string;
  dwc:aphiaid '131807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393171'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '131807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398818'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EBF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EBF'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398818'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398833'^^xsd:integer;
  dwc:scientificName 'Trivia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC8'^^xsd:string;
  dwc:aphiaid '138582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398833'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '138582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398544'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C7A'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398544'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390705'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032141'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032141'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390705'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391040'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E9'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391040'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398655'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E1B'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398655'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394025'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014850'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014850'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394025'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399065'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001063'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001063'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399065'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399060'^^xsd:integer;
  dwc:scientificName 'Styela plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001045'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001045'^^xsd:string;
  dwc:aphiaid '103936'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399060'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '103936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391877'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC6'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391877'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391867'^^xsd:integer;
  dwc:scientificName 'Halichondria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDCF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDCF'^^xsd:string;
  dwc:aphiaid '131807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391867'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '131807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398706'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E59'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E59'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398706'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000102F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399034'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000102F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000102F'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399034'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000109B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399102'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000109B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000109B'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399102'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001075E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392295'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001075E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001075E'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392295'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001074B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392294'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001074B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001074B'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392294'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392759'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012888'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012888'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392759'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393384'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D26'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393384'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001459F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393774'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001459F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001459F'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393774'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394209'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DB9'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394209'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399161'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D3'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399161'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398641'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E05'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398641'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391507'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCCD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCCD'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391507'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391515'^^xsd:integer;
  dwc:scientificName 'Paracentrotus lividus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCDE'^^xsd:string;
  dwc:aphiaid '124316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391515'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '124316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399129'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B3'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399129'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398765'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E6C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E6C'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398765'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392298'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010741'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010741'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392298'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.235491"^^xsd:decimal ;
  dwc:decimalLongitude "-4.385146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  geo-pos:lat "50.235491"^^xsd:decimal ;
  geo-pos:long "-4.385146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390993'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.385146'^^xsd:double;
  dwc:latitude '50.235491'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C3'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390993'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392999'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B03'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392999'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393351'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CFC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CFC'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393351'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393791'^^xsd:integer;
  dwc:scientificName 'Securiflustra securifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145B0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145B0'^^xsd:string;
  dwc:aphiaid '111374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393791'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393776'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014580'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014580'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393776'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394212'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D9F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394212'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398781'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E28'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398781'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392117'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C613'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C613'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392117'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399100'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001093'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001093'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399100'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390706'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032127'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032127'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390706'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390950'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032481'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032481'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390950'^^xsd:string;
  dwc:observationDate '1980-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391042'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E7'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391042'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003256F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391272'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003256F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003256F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391272'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391527'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE1'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391527'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391979'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF28'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391979'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393573'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014392'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014392'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393573'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392528'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E8'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392528'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392529'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F8'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392529'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393964'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C4'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393964'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398802'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EAC'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398802'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393445'^^xsd:integer;
  dwc:scientificName 'Mya truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE7'^^xsd:string;
  dwc:aphiaid '140431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393445'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '140431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393448'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE6'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393448'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393581'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A4'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393581'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393570'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014398'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014398'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393570'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390729'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032162'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032162'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390729'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390136'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854D'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390136'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390120'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854D'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390120'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390487'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F24'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390487'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003232C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390877'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003232C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003232C'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390877'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003252A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391209'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003252A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003252A'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391209'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391617'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD41'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391617'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391941'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE7C'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391941'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392321'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010769'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010769'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392321'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001077A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392322'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001077A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001077A'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392322'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392898'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA2'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392898'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392948'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC2'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392948'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398842'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED5'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398842'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399042'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001031'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001031'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399042'^^xsd:string;
  dwc:observationDate '1980-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399238'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028559'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028559'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399238'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002855B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399229'^^xsd:integer;
  dwc:scientificName 'Aeolidia papillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002855B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002855B'^^xsd:string;
  dwc:aphiaid '138709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399229'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '138709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390581'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FE3'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390581'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003247C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390947'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003247C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003247C'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390947'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003258F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391144'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003258F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003258F'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391144'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391362'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC84'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391362'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391703'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC4'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391703'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391780'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEEE'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391780'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001287C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392740'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001287C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001287C'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392740'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393279'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB8'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393279'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399117'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A8'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399117'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400150'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A7'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400150'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390194'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB53'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB53'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390194'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390372'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F4'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390372'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390925'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032469'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032469'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390925'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C06C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392019'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C06C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C06C'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392019'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392632'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127B7'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392632'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394038'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B70'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B70'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394038'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393491'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014346'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014346'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393491'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C60F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392097'^^xsd:integer;
  dwc:scientificName 'Thracia convexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C60F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C60F'^^xsd:string;
  dwc:aphiaid '141644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392097'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '141644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001283E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392659'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001283E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001283E'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392659'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390766'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032188'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032188'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390766'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394194'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D7D'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394194'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393189'^^xsd:integer;
  dwc:scientificName 'Halichondria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C52'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C52'^^xsd:string;
  dwc:aphiaid '131807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393189'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '131807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399056'^^xsd:integer;
  dwc:scientificName 'Leucosolenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001046'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001046'^^xsd:string;
  dwc:aphiaid '131715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399056'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '131715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391803'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD90'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD90'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391803'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393430'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BA6'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393430'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001477F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393895'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001477F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001477F'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393895'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003236F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390663'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003236F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003236F'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390663'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390685'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032101'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032101'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390685'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001477A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393889'^^xsd:integer;
  dwc:scientificName 'Aeolidia papillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001477A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001477A'^^xsd:string;
  dwc:aphiaid '138709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393889'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '138709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394088'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B8A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B8A'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394088'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394081'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B88'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B88'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394081'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391217'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032530'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032530'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391217'^^xsd:string;
  dwc:observationDate '1978-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393064'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B5B'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393064'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393633'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143CB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143CB'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393633'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393943'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A8'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393943'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394221'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DC2'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394221'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394265'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E7D'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394265'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.651614"^^xsd:decimal ;
  dwc:decimalLongitude "-5.326284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  geo-pos:lat "51.651614"^^xsd:decimal ;
  geo-pos:long "-5.326284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391296'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000013'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.326284'^^xsd:double;
  dwc:latitude '51.651614'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000013'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391296'^^xsd:string;
  dwc:observationDate '1979-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398568'^^xsd:integer;
  dwc:scientificName 'Halichondria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CC0'^^xsd:string;
  dwc:aphiaid '131807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398568'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '131807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393841'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014713'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014713'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393841'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391156'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032419'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032419'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391156'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391147'^^xsd:integer;
  dwc:scientificName 'Aplysia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A4'^^xsd:string;
  dwc:aphiaid '137654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391147'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391307'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA8E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA8E'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391307'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390206'^^xsd:integer;
  dwc:scientificName 'Bispira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDDF'^^xsd:string;
  dwc:aphiaid '129523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390206'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '129523'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390584'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FC9'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390584'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003259D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391125'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003259D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003259D'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391125'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400151'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A0'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400151'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391109'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324AE'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391109'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391114'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032485'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032485'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391114'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391471'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC28'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391471'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391828'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD93'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD93'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391828'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392248'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF36'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392248'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398611'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DAB'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398611'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398604'^^xsd:integer;
  dwc:scientificName 'Bispira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF5'^^xsd:string;
  dwc:aphiaid '129523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398604'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '129523'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398672'^^xsd:integer;
  dwc:scientificName 'Aplysia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E40'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E40'^^xsd:string;
  dwc:aphiaid '137654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398672'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398957'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F43'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398957'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AA8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390154'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AA8F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AA8F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390154'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391942'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE62'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE62'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391942'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392326'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010762'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010762'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392326'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392327'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010770'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010770'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392327'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392896'^^xsd:integer;
  dwc:scientificName 'Cyanea lamarckii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA8'^^xsd:string;
  dwc:aphiaid '135302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392896'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '135302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392940'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC3'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392940'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.680366"^^xsd:decimal ;
  dwc:decimalLongitude "-9.627181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  geo-pos:lat "52.680366"^^xsd:decimal ;
  geo-pos:long "-9.627181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394074'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.627181'^^xsd:double;
  dwc:latitude '52.680366'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B79'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394074'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394150'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F1C'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394150'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393012'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B20'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393012'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393366'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D0E'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393366'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394040'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B58'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394040'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394198'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D7F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394198'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398646'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E0F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398646'^^xsd:string;
  dwc:observationDate '1978-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399119'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A4'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399119'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391073'^^xsd:integer;
  dwc:scientificName 'Halichondria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032581'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032581'^^xsd:string;
  dwc:aphiaid '131807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391073'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '131807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003257C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391081'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003257C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003257C'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391081'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390933'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032471'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032471'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390933'^^xsd:string;
  dwc:observationDate '1980-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390165'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB4E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB4E'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390165'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393656'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F7'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393656'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392510'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F5'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392510'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392511'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010806'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010806'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392511'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392509'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E5'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392509'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391240'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032544'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032544'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391240'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003237F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390736'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003237F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003237F'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390736'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390139'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028540'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028540'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390139'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390123'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028540'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028540'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390123'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390489'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F1B'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390489'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390525'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F3A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F3A'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390525'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390540'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F4A'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390540'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390879'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032312'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032312'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390879'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391600'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD2A'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391600'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391365'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB11'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391365'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391705'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEBA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEBA'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391705'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392391'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010719'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010719'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392391'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001072C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392392'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001072C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001072C'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392392'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003222E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390814'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003222E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003222E'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390814'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003202F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390511'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003202F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003202F'^^xsd:string;
  dwc:aphiaid '126152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390511'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '126152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398561'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CBF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CBF'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398561'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398581'^^xsd:integer;
  dwc:scientificName 'Mustelus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CC5'^^xsd:string;
  dwc:aphiaid '105732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398581'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '105732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398531'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C39'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398531'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399134'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010BE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010BE'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399134'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399135'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B2'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399135'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391957'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF20'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391957'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391960'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF12'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391960'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391964'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF09'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391964'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398565'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CBD'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398565'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399207'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028587'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028587'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399207'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002858D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399209'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002858D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002858D'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399209'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393839'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014727'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014727'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393839'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.651614"^^xsd:decimal ;
  dwc:decimalLongitude "-5.326284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  geo-pos:lat "51.651614"^^xsd:decimal ;
  geo-pos:long "-5.326284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391295'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000012'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.326284'^^xsd:double;
  dwc:latitude '51.651614'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000012'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391295'^^xsd:string;
  dwc:observationDate '1979-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391096'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032587'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032587'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391096'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392504'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010805'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010805'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392504'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392505'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107FB'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392505'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392503'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F4'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392503'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393722'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014558'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014558'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393722'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393723'^^xsd:integer;
  dwc:scientificName 'Porania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014559'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014559'^^xsd:string;
  dwc:aphiaid '123320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393723'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123320'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392531'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107EA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107EA'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392531'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392532'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107FA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107FA'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392532'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394057'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B99'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B99'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394057'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394061'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B9B'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394061'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392912'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB5'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392912'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399074'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001081'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001081'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399074'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001279D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392588'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001279D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001279D'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392588'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392582'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127A6'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392582'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398860'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF2'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398860'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393409'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F5'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393409'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398725'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E80'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398725'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392775'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012904'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012904'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392775'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392777'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012940'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012940'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392777'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398752'^^xsd:integer;
  dwc:scientificName 'Tonicella rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E7C'^^xsd:string;
  dwc:aphiaid '140152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398752'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '386411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398903'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F17'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398903'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398919'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F2A'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398919'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001472E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393861'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001472E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001472E'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393861'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393811'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145B6'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393811'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.563226"^^xsd:decimal ;
  dwc:decimalLongitude "-3.702711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  geo-pos:lat "54.563226"^^xsd:decimal ;
  geo-pos:long "-3.702711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71391950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71391950'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.702711'^^xsd:double;
  dwc:latitude '54.563226'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEFD'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71391950'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393963'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C3'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393963'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391452'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC1F'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391452'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391454'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC22'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391454'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014ED3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394300'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014ED3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014ED3'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394300'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393918'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014786'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014786'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393918'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399146'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C0'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399146'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399142'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C7'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399142'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393458'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF6'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393458'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393460'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BEF'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393460'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393134'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BEF'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393134'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393144'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF4'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393144'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393153'^^xsd:integer;
  dwc:scientificName 'Peachia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BFF'^^xsd:string;
  dwc:aphiaid '100749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393153'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398906'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F1F'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398906'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391806'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD8E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD8E'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391806'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394266'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E7E'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394266'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014ECA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394271'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014ECA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014ECA'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394271'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398577'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CAC'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398577'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399244'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028552'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028552'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399244'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002855F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399235'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002855F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002855F'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399235'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399237'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028557'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028557'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399237'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390223'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB5C'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390223'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390328'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030792'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030792'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390328'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391122'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032418'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032418'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391122'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391137'^^xsd:integer;
  dwc:scientificName 'Rhodymenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032593'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032593'^^xsd:string;
  dwc:aphiaid '144252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391137'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '144252'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003241F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391161'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003241F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003241F'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391161'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392472'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107BE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107BE'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392472'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392473'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107DB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107DB'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392473'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000110B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399190'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000110B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000110B'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399190'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003214B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390738'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003214B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003214B'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390738'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001071C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392405'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001071C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001071C'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392405'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393363'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D1C'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393363'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394045'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B5B'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394045'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391373'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC8C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC8C'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391373'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391692'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED0'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391692'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392404'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010708'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010708'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392404'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398783'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E2C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E2C'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398783'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391593'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD38'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD38'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391593'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393216'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C79'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393216'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390404'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030756'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030756'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390404'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003081A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390398'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003081A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003081A'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390398'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001072F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392406'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001072F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001072F'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392406'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393280'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA3'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393280'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393293'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC9'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393293'^^xsd:string;
  dwc:observationDate '1979-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398687'^^xsd:integer;
  dwc:scientificName 'Merlangius merlangus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E48'^^xsd:string;
  dwc:aphiaid '126438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398687'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398822'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC3'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398822'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398776'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E24'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398776'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398778'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E22'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398778'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393410'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F3'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393410'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398632'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DFE'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398632'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391573'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD1B'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391573'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001435F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393509'^^xsd:integer;
  dwc:scientificName 'Plumularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001435F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001435F'^^xsd:string;
  dwc:aphiaid '117196'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393509'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '117196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003081B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390390'^^xsd:integer;
  dwc:scientificName 'Crisia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003081B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003081B'^^xsd:string;
  dwc:aphiaid '111032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390390'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '111032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391977'^^xsd:integer;
  dwc:scientificName 'Doto fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF27'^^xsd:string;
  dwc:aphiaid '139640'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391977'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '139640'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393270'^^xsd:integer;
  dwc:scientificName 'Doto fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CBE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CBE'^^xsd:string;
  dwc:aphiaid '139640'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393270'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '139640'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390181'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB2F'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390181'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001478D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393913'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001478D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001478D'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393913'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391496'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCB9'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391496'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392068'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5DF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5DF'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392068'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392027'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C082'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C082'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392027'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393713'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014553'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014553'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393713'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392958'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE3'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392958'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001434C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393476'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001434C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001434C'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393476'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392657'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012837'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012837'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392657'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391959'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF1A'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391959'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393120'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE2'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393120'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391913'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE23'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391913'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392583'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127A4'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392583'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393424'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD2'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393424'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001484A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394022'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001484A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001484A'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394022'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392839'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A33'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A33'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392839'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392199'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E0'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392199'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001296A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392794'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001296A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001296A'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392794'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394125'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C86'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C86'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394125'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002859C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399249'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002859C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002859C'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399249'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393195'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C74'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393195'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392284'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010747'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010747'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392284'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392285'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010759'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010759'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392285'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.680366"^^xsd:decimal ;
  dwc:decimalLongitude "-9.627181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  geo-pos:lat "52.680366"^^xsd:decimal ;
  geo-pos:long "-9.627181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394070'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.627181'^^xsd:double;
  dwc:latitude '52.680366'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B7A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394070'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392979'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF9'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392979'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392273'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDDC'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392273'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393734'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014573'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014573'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393734'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391897'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE02'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391897'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390220'^^xsd:integer;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD5'^^xsd:string;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390220'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C60E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392094'^^xsd:integer;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C60E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C60E'^^xsd:string;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392094'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390406'^^xsd:integer;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030812'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030812'^^xsd:string;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390406'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391563'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD1A'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391563'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391451'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC17'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391451'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390175'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB2D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB2D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390175'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390975'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323AE'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390975'^^xsd:string;
  dwc:observationDate '1979-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399140'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C4'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399140'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394291'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EDF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394291'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399156'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399156'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393197'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C6C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C6C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393197'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001478B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393907'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001478B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001478B'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393907'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391494'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCB7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCB7'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391494'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393455'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF2'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393455'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392180'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D2'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392180'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390666'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320F8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320F8'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390666'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398916'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F27'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398916'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003200C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390593'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003200C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003200C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390593'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393407'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393407'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398851'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE2'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398851'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398898'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F14'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F14'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398898'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391606'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD3C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391606'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393802'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145BC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145BC'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393802'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393135'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF2'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393135'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390837'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322A5'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390837'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.563226"^^xsd:decimal ;
  dwc:decimalLongitude "-3.702711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  geo-pos:lat "54.563226"^^xsd:decimal ;
  geo-pos:long "-3.702711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71391946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71391946'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.702711'^^xsd:double;
  dwc:latitude '54.563226'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF02'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71391946'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393664'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143FC'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393664'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391626'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD4B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD4B'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391626'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393868'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014764'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014764'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393868'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393703'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B3'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393703'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392894'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A9F'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392894'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393941'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B2'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393941'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391467'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC3B'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391467'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393057'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B65'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B65'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393057'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398704'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E57'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E57'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398704'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E29C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392169'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E29C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E29C'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392169'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392756'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012884'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012884'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392756'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392994'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B0C'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392994'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393348'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D03'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393348'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393770'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014596'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014596'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393770'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001070F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392379'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001070F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001070F'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392379'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392380'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010722'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010722'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392380'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392381'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010736'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010736'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392381'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392742'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012870'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012870'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392742'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393010'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B2A'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393010'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001436D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393519'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001436D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001436D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393519'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002855E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399232'^^xsd:integer;
  dwc:scientificName 'Aplidium proliferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002855E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002855E'^^xsd:string;
  dwc:aphiaid '103660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399232'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '103660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393257'^^xsd:integer;
  dwc:scientificName 'Aplidium proliferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CBD'^^xsd:string;
  dwc:aphiaid '103660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393257'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391535'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF7'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391535'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391656'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE96'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE96'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391656'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392135'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C673'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C673'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392135'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392066'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5DE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5DE'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392066'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391736'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD70'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD70'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391736'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391000'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D4'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391000'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001479C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393903'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001479C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001479C'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393903'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392864'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A51'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A51'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392864'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391631'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE83'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE83'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391631'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.315926"^^xsd:decimal ;
  dwc:decimalLongitude "-4.810609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  geo-pos:lat "50.315926"^^xsd:decimal ;
  geo-pos:long "-4.810609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394168'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.810609'^^xsd:double;
  dwc:latitude '50.315926'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D31'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394168'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399219'^^xsd:integer;
  dwc:scientificName 'Aplidium proliferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028568'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028568'^^xsd:string;
  dwc:aphiaid '103660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399219'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '103660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393098'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BCF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BCF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393098'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394155'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CFD'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394155'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393082'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B9B'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393082'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393163'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C11'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393163'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392772'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128FC'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392772'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391756'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED9'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391756'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393730'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014571'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014571'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393730'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390282'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC74'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390282'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390437'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DFF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390437'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391895'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE00'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391895'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392175'^^xsd:integer;
  dwc:scientificName 'Lissoclinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2B6'^^xsd:string;
  dwc:aphiaid '103459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392175'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '103459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392270'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDDA'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392270'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391142'^^xsd:integer;
  dwc:scientificName 'Littorina (Littorina)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032598'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032598'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391142'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398652'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E1A'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398652'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394276'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EBF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EBF'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394276'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391355'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB2B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391355'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392732'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012880'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012880'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392732'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399010'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001008'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001008'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399010'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390127'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854F'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390127'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390111'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854F'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390111'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003252C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391204'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003252C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003252C'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391204'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ACB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392928'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ACB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ACB'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392928'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393617'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E7'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393617'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392049'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C592'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C592'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392049'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.298397"^^xsd:decimal ;
  dwc:decimalLongitude "-4.10216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  geo-pos:lat "53.298397"^^xsd:decimal ;
  geo-pos:long "-4.10216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390356'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.10216'^^xsd:double;
  dwc:latitude '53.298397'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307AF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390356'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392955'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392955'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392024'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C080'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C080'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392024'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390620'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032023'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032023'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390620'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391838'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA6'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391838'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392195'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2DF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2DF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392195'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393589'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143CA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143CA'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393589'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390383'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030814'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030814'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390383'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393539'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014382'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014382'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393539'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394308'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F10'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394308'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398552'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C8D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398552'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391795'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD7A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391795'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394016'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014848'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014848'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394016'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390385'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030762'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030762'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390385'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393821'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014708'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014708'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393821'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391860'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDBC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDBC'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391860'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400733 -3.204691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.400733"^^xsd:decimal ;
  dwc:decimalLongitude "-3.204691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400733 -3.204691)"^^geo:wktLiteral ;
  geo-pos:lat "53.400733"^^xsd:decimal ;
  geo-pos:long "-3.204691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71390362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71390362'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307E3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.204691'^^xsd:double;
  dwc:latitude '53.400733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307E3'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71390362'^^xsd:string;
  dwc:observationDate '1977-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398757'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E67'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E67'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398757'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393422'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BCD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BCD'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393422'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392080'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5FA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5FA'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392080'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390204'^^xsd:integer;
  dwc:scientificName 'Amphilectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDDC'^^xsd:string;
  dwc:aphiaid '131933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390204'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '131933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392907'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AAE'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392907'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399262'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010F1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010F1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399262'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390905'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032456'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032456'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390905'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394050'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B76'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B76'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394050'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001281E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392643'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001281E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001281E'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392643'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390260'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC3D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390260'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390548'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F9A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390548'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001434A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393473'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001434A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001434A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393473'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392651'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012835'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012835'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392651'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390331'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030806'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030806'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390331'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393618'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D7'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393618'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391479'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC5B'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391479'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391912'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE21'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391912'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393389'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137D9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137D9'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393389'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399127'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B5'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399127'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390797'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321E7'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390797'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393328'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393328'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001082E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392566'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001082E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001082E'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392566'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398797'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA8'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398797'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001439B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393560'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001439B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001439B'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393560'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001439D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393561'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001439D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001439D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393561'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398787'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398787'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392580'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127A2'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392580'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391168'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324D6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324D6'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391168'^^xsd:string;
  dwc:observationDate '1978-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391719'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD57'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD57'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391719'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390636'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032044'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032044'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390636'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393673'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014410'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014410'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393673'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393592'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143BC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143BC'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393592'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390496'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F32'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390496'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393184'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C37'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393184'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392215'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2FD'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392215'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390638'^^xsd:integer;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032356'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032356'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390638'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394196'^^xsd:integer;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D9B'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394196'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392002'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFDF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392002'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392496'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E3'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392496'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392497'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392497'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392498'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010803'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010803'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392498'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393652'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F2'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393652'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003246C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390928'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003246C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003246C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390928'^^xsd:string;
  dwc:observationDate '1980-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399200'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028584'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028584'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399200'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390810'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032225'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032225'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390810'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393399'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137E8'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393399'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390463'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E1E'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390463'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390256'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDCF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDCF'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390256'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390454'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E0C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390454'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392061'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5AD'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392061'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001477C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393891'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001477C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001477C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393891'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390748'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032199'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032199'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390748'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392104'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C625'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C625'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392104'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393835'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014720'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014720'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393835'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393114'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393114'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393436'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BDF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393436'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393468'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014341'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014341'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393468'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393818'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014701'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014701'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393818'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013AF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393421'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013AF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013AF8'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393421'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393867'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014761'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014761'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393867'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393045'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B5E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B5E'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393045'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393938'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147AC'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393938'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393111'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BDC'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393111'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392886'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A99'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A99'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392886'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393254'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA6'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393254'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393696'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144AE'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393696'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398973'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F6D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F6D'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398973'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001080D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392538'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001080D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001080D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392538'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393161'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C1B'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393161'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399022'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001017'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001017'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399022'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390159'^^xsd:integer;
  dwc:scientificName 'Blenniidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCD8'^^xsd:string;
  dwc:aphiaid '125519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390159'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '125519'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393800'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145C4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145C4'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393800'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393078'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BAB'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393078'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393404'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F9'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393404'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393131'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF9'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393131'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393233'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C9B'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393233'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390418'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DFA'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390418'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398809'^^xsd:integer;
  dwc:scientificName 'Blenniidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED0'^^xsd:string;
  dwc:aphiaid '125519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398809'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '125519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390244'^^xsd:integer;
  dwc:scientificName 'Blenniidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD4'^^xsd:string;
  dwc:aphiaid '125519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390244'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '125519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000100D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399016'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000100D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000100D'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399016'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399272'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028573'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028573'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399272'^^xsd:string;
  dwc:observationDate '1979-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001457E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393724'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001457E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001457E'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393724'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392951'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AEB'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392951'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393159'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C20'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393159'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391904'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE44'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE44'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391904'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399197'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028583'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028583'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399197'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393588'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C6'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393588'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393515'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014377'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014377'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393515'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393667'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014406'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014406'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393667'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000109A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399094'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000109A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000109A'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399094'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390330'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030805'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030805'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390330'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002855A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399228'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002855A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002855A'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399228'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390202'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB9D'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390202'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003079C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390318'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003079C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003079C'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390318'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399103'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399103'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390188'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB57'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB57'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390188'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390365'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F9'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390365'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392239'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF44'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF44'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392239'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393044'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B7B'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393044'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399125'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010BD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010BD'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399125'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393558'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143AC'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393558'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000108E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399079'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000108E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000108E'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399079'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398657'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E20'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398657'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393725'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014566'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014566'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393725'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392365'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010717'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010717'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392365'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391269'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032570'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032570'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391269'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391673'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEAB'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391673'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003255E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391262'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003255E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003255E'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391262'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392204'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E8'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392204'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003254B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391245'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003254B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003254B'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391245'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398636'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E01'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398636'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398701'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E56'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E56'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398701'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390246'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC02'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390246'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391773'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEEA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEEA'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391773'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390718'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032159'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032159'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390718'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001286F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392738'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001286F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001286F'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392738'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392859'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A49'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A49'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392859'^^xsd:string;
  dwc:observationDate '1980-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393006'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B28'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393006'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393361'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D14'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D14'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393361'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001070D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392368'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001070D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001070D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392368'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392369'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010721'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010721'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392369'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392370'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010734'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010734'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392370'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392164'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E299'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E299'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392164'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390573'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FDA'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390573'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391303'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAA1'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391303'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391354'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB2F'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391354'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390514'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F3E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F3E'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390514'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390869'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032323'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032323'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390869'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391578'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD1F'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391578'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394035'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B68'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B68'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394035'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001076B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392314'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001076B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001076B'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392314'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390274'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC58'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390274'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390479'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F20'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390479'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398673'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E39'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398673'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390146'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAA0'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390146'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390205'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB6A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390205'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390313'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCC9'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390313'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390320'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030796'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030796'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390320'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398933'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F34'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398933'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000109E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399105'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000109E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000109E'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399105'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.70105 -0.585338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.70105"^^xsd:decimal ;
  dwc:decimalLongitude "-0.585338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.70105 -0.585338)"^^geo:wktLiteral ;
  geo-pos:lat "50.70105"^^xsd:decimal ;
  geo-pos:long "-0.585338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393295'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CCD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.585338'^^xsd:double;
  dwc:latitude '50.70105'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CCD'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393295'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393343'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D02'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393343'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393377'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D21'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393377'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001435A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393499'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001435A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001435A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393499'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393763'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014594'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014594'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393763'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391975'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF3C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391975'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392352'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010702'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010702'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392352'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392991'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B0A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392991'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390824'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032265'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032265'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390824'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390850'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322E4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322E4'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390850'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390611'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032019'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032019'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390611'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390302'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCAE'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390302'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390333'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307FF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390333'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392879'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A94'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A94'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392879'^^xsd:string;
  dwc:observationDate '1980-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392889'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A9E'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392889'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392931'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC0'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392931'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393223'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C85'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C85'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393223'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400145'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A6'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400145'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392627'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127B5'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392627'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394246'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E57'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E57'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394246'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393940'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B0'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393940'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393975'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D0'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393975'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391283'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000006'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000006'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391283'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393048'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B64'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B64'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393048'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393622'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D4'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393622'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391463'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC39'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391463'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391822'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD96'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD96'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391822'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392016'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C064'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C064'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392016'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392242'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF3D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392242'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001073E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392366'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001073E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001073E'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392366'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002856C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399220'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002856C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002856C'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399220'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390646'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032063'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032063'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390646'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392280'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDE0'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392280'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391852'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDAF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDAF'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391852'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399150'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C9'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399150'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390431'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF8'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390431'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390278'^^xsd:integer;
  dwc:scientificName 'Pollachius virens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE9'^^xsd:string;
  dwc:aphiaid '126441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390278'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000110C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399188'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000110C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000110C'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399188'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392252'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF42'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392252'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393947'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B6'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393947'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400154'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285AD'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400154'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399137'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010BF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010BF'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399137'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398661'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E21'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398661'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390528'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F48'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390528'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390544'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F88'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F88'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390544'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398711'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E62'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E62'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398711'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390951'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032483'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032483'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390951'^^xsd:string;
  dwc:observationDate '1980-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398681'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E3F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E3F'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398681'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391710'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC9'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391710'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391290'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000007'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000007'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391290'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391831'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD9F'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391831'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391569'^^xsd:integer;
  dwc:scientificName 'Luidia ciliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD18'^^xsd:string;
  dwc:aphiaid '123920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391569'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '123920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391973'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF24'^^xsd:string;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391973'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C65C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392118'^^xsd:integer;
  dwc:scientificName 'Luidia ciliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C65C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C65C'^^xsd:string;
  dwc:aphiaid '123920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392118'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393575'^^xsd:integer;
  dwc:scientificName 'Luidia ciliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A9'^^xsd:string;
  dwc:aphiaid '123920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393575'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003236D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390687'^^xsd:integer;
  dwc:scientificName 'Luidia ciliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003236D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003236D'^^xsd:string;
  dwc:aphiaid '123920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390687'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '123920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393087'^^xsd:integer;
  dwc:scientificName 'Modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BA1'^^xsd:string;
  dwc:aphiaid '138223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393087'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391639'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE85'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE85'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391639'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398522'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C17'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398522'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391130'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032414'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032414'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391130'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391664'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE99'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE99'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391664'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391542'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCFA'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391542'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390909'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032459'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032459'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390909'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392838'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A31'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392838'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393976'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147CE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147CE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393976'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398519'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C09'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398519'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393478'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014350'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014350'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393478'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398764'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E6A'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398764'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391807'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD7D'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391807'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391870'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDBE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDBE'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391870'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394311'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F16'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394311'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391224'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032538'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032538'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391224'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003240C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391088'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003240C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003240C'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391088'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390556'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FA0'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390556'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391497'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCBD'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391497'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391005'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323CF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323CF'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391005'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390841'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322AB'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390841'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390784'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321CE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321CE'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390784'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390977'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323B0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323B0'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390977'^^xsd:string;
  dwc:observationDate '1979-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394295'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EE5'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394295'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393678'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014415'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014415'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393678'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.315926"^^xsd:decimal ;
  dwc:decimalLongitude "-4.810609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  geo-pos:lat "50.315926"^^xsd:decimal ;
  geo-pos:long "-4.810609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394166'^^xsd:integer;
  dwc:scientificName 'Zostera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.810609'^^xsd:double;
  dwc:latitude '50.315926'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D3C'^^xsd:string;
  dwc:aphiaid '144233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394166'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '144233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.798757"^^xsd:decimal ;
  dwc:decimalLongitude "-7.051418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  geo-pos:lat "57.798757"^^xsd:decimal ;
  geo-pos:long "-7.051418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E30D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392231'^^xsd:integer;
  dwc:scientificName 'Zostera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E30D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.051418'^^xsd:double;
  dwc:latitude '57.798757'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E30D'^^xsd:string;
  dwc:aphiaid '144233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392231'^^xsd:string;
  dwc:observationDate '1980-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '144233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390494'^^xsd:integer;
  dwc:scientificName 'Zostera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F38'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F38'^^xsd:string;
  dwc:aphiaid '144233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390494'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '144233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394216'^^xsd:integer;
  dwc:scientificName 'Zostera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E01'^^xsd:string;
  dwc:aphiaid '144233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394216'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391258'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032557'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032557'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391258'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398907'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F16'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398907'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398922'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F29'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F29'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398922'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390683'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320FE'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390683'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394158'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D02'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394158'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394079'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B87'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394079'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391846'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA8'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391846'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390889'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032447'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032447'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390889'^^xsd:string;
  dwc:observationDate '1980-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003242B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391180'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003242B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003242B'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391180'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393738'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014577'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014577'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393738'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399069'^^xsd:integer;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001067'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001067'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399069'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393842'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014715'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014715'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393842'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000103B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399044'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000103B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000103B'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399044'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391737'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD6C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD6C'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391737'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390670'^^xsd:integer;
  dwc:scientificName 'Centrolabrus exoletus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032372'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032372'^^xsd:string;
  dwc:aphiaid '126961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390670'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394296'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EF5'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394296'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393823'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014710'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014710'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393823'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393311'^^xsd:integer;
  dwc:scientificName 'Clathrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CDF'^^xsd:string;
  dwc:aphiaid '131729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393311'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '131729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398715'^^xsd:integer;
  dwc:scientificName 'Acanthodoris pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E7A'^^xsd:string;
  dwc:aphiaid '140627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398715'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '140627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398720'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E90'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E90'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398720'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003239D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390958'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003239D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003239D'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390958'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390452'^^xsd:integer;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E1A'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390452'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003238E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390793'^^xsd:integer;
  dwc:scientificName 'Lithophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003238E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003238E'^^xsd:string;
  dwc:aphiaid '144016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390793'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390747'^^xsd:integer;
  dwc:scientificName 'Ascophyllum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032380'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032380'^^xsd:string;
  dwc:aphiaid '144128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390747'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144128'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.557233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  geo-pos:lat "53.379415"^^xsd:decimal ;
  geo-pos:long "-4.557233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003080A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390353'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003080A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.557233'^^xsd:double;
  dwc:latitude '53.379415'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003080A'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390353'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390417'^^xsd:integer;
  dwc:scientificName 'Membranipora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030818'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030818'^^xsd:string;
  dwc:aphiaid '110938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390417'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '110938'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390371'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F3'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390371'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394255'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E5D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E5D'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394255'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001456B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393737'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001456B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001456B'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393737'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390876'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032329'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032329'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390876'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390580'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FE0'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390580'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003244F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390898'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003244F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003244F'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390898'^^xsd:string;
  dwc:observationDate '1980-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003247B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390946'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003247B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003247B'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390946'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391361'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC81'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391361'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391701'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC2'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391701'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003222B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390813'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003222B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003222B'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390813'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003213E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390704'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003213E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003213E'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390704'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390936'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032476'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032476'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390936'^^xsd:string;
  dwc:observationDate '1980-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391508'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCD9'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391508'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003246F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390930'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003246F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003246F'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390930'^^xsd:string;
  dwc:observationDate '1980-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391279'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032578'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032578'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391279'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390970'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A7'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390970'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390459'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E0F'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390459'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393838'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014726'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014726'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393838'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391523'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE7'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391523'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391680'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEAE'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391680'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391598'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD2F'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391598'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391582'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD21'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391582'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391615'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD3F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD3F'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391615'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.680366"^^xsd:decimal ;
  dwc:decimalLongitude "-9.627181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  geo-pos:lat "52.680366"^^xsd:decimal ;
  geo-pos:long "-9.627181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394072'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.627181'^^xsd:double;
  dwc:latitude '52.680366'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B7C'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394072'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390854'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322EA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322EA'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390854'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391779'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEED'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391779'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394037'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B6E'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394037'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003215F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390727'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003215F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003215F'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390727'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390485'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F23'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390485'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390520'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F40'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F40'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390520'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394159'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D10'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394159'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391729'^^xsd:integer;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD63'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD63'^^xsd:string;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391729'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391265'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032560'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032560'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391265'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.235491"^^xsd:decimal ;
  dwc:decimalLongitude "-4.385146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  geo-pos:lat "50.235491"^^xsd:decimal ;
  geo-pos:long "-4.385146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390995'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.385146'^^xsd:double;
  dwc:latitude '50.235491'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C6'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390995'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393993'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147F2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147F2'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393993'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390801'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321EC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321EC'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390801'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391455'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC21'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391455'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391564'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD17'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391564'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398923'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F30'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398923'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398863'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EEB'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398863'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003210F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390684'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003210F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003210F'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390684'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390682'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032112'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032112'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390682'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390693'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032122'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032122'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390693'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391869'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDCB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDCB'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391869'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393772'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A2'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393772'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391614'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD4A'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391614'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391700'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED1'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391700'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393606'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143BD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143BD'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393606'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003205E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390642'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003205E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003205E'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390642'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390228'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBC7'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390228'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392797'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012980'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012980'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392797'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392800'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012967'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012967'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392800'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398864'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE4'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398864'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398885'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EFF'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398885'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391732'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD60'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD60'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391732'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390258'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD1'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390258'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001435C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393507'^^xsd:integer;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001435C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001435C'^^xsd:string;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393507'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393872'^^xsd:integer;
  dwc:scientificName 'Peachia cylindrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014767'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014767'^^xsd:string;
  dwc:aphiaid '100927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393872'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '100927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393869'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014763'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014763'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393869'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393994'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147F9'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393994'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391287'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000009'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000009'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391287'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393951'^^xsd:integer;
  dwc:scientificName 'Cladophora prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147AE'^^xsd:string;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393951'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391124'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032590'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032590'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391124'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391138'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032591'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032591'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391138'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001476C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393880'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001476C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001476C'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393880'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391449'^^xsd:integer;
  dwc:scientificName 'Acanthodoris pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC26'^^xsd:string;
  dwc:aphiaid '140627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391449'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '140627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000108A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399086'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000108A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000108A'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399086'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000108C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399092'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000108C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000108C'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399092'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394034'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B5A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B5A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394034'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393969'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C8'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393969'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392793'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012962'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012962'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392793'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398805'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB4'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398805'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391734'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD5F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD5F'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391734'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391668'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA0'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391668'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391650'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE8C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE8C'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391650'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.102749"^^xsd:decimal ;
  dwc:decimalLongitude "-6.120723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  geo-pos:lat "55.102749"^^xsd:decimal ;
  geo-pos:long "-6.120723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393249'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.120723'^^xsd:double;
  dwc:latitude '55.102749'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C9E'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393249'^^xsd:string;
  dwc:observationDate '1980-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393201'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C72'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C72'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393201'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C69D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392138'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C69D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C69D'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392138'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391035'^^xsd:integer;
  dwc:scientificName 'Zeus faber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032439'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032439'^^xsd:string;
  dwc:aphiaid '127427'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391035'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390567'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FC2'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390567'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394234'^^xsd:integer;
  dwc:scientificName 'Dysidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E43'^^xsd:string;
  dwc:aphiaid '131745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394234'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '131745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394240'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E3E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E3E'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394240'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399216'^^xsd:integer;
  dwc:scientificName 'Pholas dactylus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028586'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028586'^^xsd:string;
  dwc:aphiaid '140770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399216'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '140770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393856'^^xsd:integer;
  dwc:scientificName 'Cyanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014750'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014750'^^xsd:string;
  dwc:aphiaid '135259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393856'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '135259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391762'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE3'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391762'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391765'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEDA'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391765'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390803'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321E8'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390803'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391512'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCD4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCD4'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391512'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391963'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF19'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF19'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391963'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399173'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028579'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028579'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399173'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391866'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC4'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391866'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000103A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399055'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000103A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000103A'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399055'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391812'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD7B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391812'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390782'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321D3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321D3'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390782'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392196'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E5'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392196'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392205'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E2'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392205'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390982'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323BA'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390982'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398768'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E68'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E68'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398768'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392092'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5FB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392092'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398521'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C04'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398521'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391804'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD86'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD86'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391804'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001479D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393926'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001479D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001479D'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393926'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393923'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014793'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014793'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393923'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390182'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB3B'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390182'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398803'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EAB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398803'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390978'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323AF'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390978'^^xsd:string;
  dwc:observationDate '1979-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391501'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCB8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCB8'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391501'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394299'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EE0'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394299'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394027'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014849'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014849'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394027'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003077D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390395'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003077D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003077D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390395'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392983'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF8'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392983'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393743'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014572'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014572'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393743'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001480C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394008'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001480C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001480C'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394008'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392278'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDDB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392278'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390472'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E17'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390472'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001436E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393534'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001436E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001436E'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393534'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393931'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A6'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393931'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001434B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393483'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001434B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001434B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393483'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392661'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012836'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012836'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392661'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001284D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392658'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001284D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001284D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392658'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394315'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F11'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394315'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390440'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E05'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390440'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390450'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E18'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390450'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391030'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D9'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391030'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393829'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014709'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014709'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393829'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392798'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012969'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012969'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392798'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398998'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FAF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FAF'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398998'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001440B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393690'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001440B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001440B'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393690'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393683'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014411'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014411'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393683'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399270'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010FB'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399270'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002859A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399255'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002859A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002859A'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399255'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390912'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032457'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032457'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390912'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394047'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B92'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394047'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391550'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD01'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391550'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391545'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF8'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391545'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391540'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCFF'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391540'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391665'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE97'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391665'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391645'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE92'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391645'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392911'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB2'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392911'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390555'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FB4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FB4'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390555'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391173'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A9'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391173'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391170'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324D7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324D7'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391170'^^xsd:string;
  dwc:observationDate '1978-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393719'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014554'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014554'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393719'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390504'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F33'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F33'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390504'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391841'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDAB'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391841'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391856'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB5'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391856'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391747'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD68'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD68'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391747'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391750'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD71'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391750'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.695124"^^xsd:decimal ;
  dwc:decimalLongitude "-0.160737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  geo-pos:lat "50.695124"^^xsd:decimal ;
  geo-pos:long "-0.160737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393287'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.160737'^^xsd:double;
  dwc:latitude '50.695124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC3'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393287'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391194'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325E6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325E6'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391194'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393747'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014575'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014575'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393747'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390561'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F9B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390561'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392645'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012822'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012822'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392645'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393101'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD6'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393101'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390887'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032449'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032449'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390887'^^xsd:string;
  dwc:observationDate '1980-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392796'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012981'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012981'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392796'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001485A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394024'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001485A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001485A'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394024'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391880'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC7'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391880'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390988'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323BF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323BF'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390988'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390989'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032431'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032431'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390989'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391095'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032586'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032586'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391095'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392872'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A56'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A56'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392872'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003245F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390915'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003245F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003245F'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390915'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394063'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B75'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B75'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394063'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001440F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393686'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001440F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001440F'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393686'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391667'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA1'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391667'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390564'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FC3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FC3'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390564'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394128'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C9E'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394128'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394136'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CAE'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394136'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399003'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FBE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FBE'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399003'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391909'^^xsd:integer;
  dwc:scientificName 'Pleurobrachia pileus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE0D'^^xsd:string;
  dwc:aphiaid '106386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391909'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003238C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390780'^^xsd:integer;
  dwc:scientificName 'Corallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003238C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003238C'^^xsd:string;
  dwc:aphiaid '144007'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390780'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003253C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391228'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003253C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003253C'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391228'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391239'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032549'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032549'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391239'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398982'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F7E'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398982'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392938'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392938'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391581'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD28'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391581'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392904'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA5'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392904'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001282C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392667'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001282C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001282C'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392667'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390216'^^xsd:integer;
  dwc:scientificName 'Halichondria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDDD'^^xsd:string;
  dwc:aphiaid '131807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390216'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '131807'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393600'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C4'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393600'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396627'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAEB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAEB'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396627'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394625'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED1D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED1D'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394625'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397466'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C494'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C494'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397466'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391346'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB30'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB30'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391346'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A00B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397190'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A00B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A00B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397190'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C46E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397436'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C46E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C46E'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397436'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397042'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226A5'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226A5'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397042'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397198'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E78'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E78'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397198'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397387'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B916'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B916'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397387'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397174'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A014'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A014'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397174'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397063'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226BD'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226BD'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397063'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394753'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F06'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F06'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394753'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F68C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396148'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F68C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F68C'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396148'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396149'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B1'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396149'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394846'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F48'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F48'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394846'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394808'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F45'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F45'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394808'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394809'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F69'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F69'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394809'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396240'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6FD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6FD'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396240'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396628'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396628'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396561'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9BA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9BA'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396561'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AACB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395818'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AACB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AACB'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395818'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395299'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDA8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDA8'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395299'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396544'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7FB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7FB'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396544'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396455'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E5'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396455'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396456'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F1'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396456'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395300'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDC8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDC8'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395300'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395301'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDD8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDD8'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395301'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395516'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF16'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF16'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395516'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395517'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF21'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF21'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395517'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394626'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED43'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED43'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394626'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395518'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA1C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA1C'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395518'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396241'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F721'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F721'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396241'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395519'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA2A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA2A'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395519'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395520'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA3A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA3A'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395520'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395547'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEAF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEAF'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395547'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FED0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395548'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FED0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FED0'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395548'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395549'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEFC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEFC'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395549'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395479'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA0A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA0A'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395479'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395480'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA18'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA18'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395480'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395481'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA1F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA1F'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395481'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395482'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA26'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA26'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395482'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395483'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA30'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA30'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395483'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396302'^^xsd:integer;
  dwc:scientificName 'Ochrolechia parella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F740'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F740'^^xsd:string;
  dwc:aphiaid '147735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396302'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '147735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F73B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396304'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F73B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F73B'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396304'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396305'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F741'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F741'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396305'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F78C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396335'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F78C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F78C'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396335'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396336'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7CE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7CE'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396336'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397460'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C485'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C485'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397460'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397444'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C472'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C472'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397444'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397052'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226BC'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226BC'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397052'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002269E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397039'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002269E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002269E'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397039'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397417'^^xsd:integer;
  dwc:scientificName 'Gobius paganellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B944'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B944'^^xsd:string;
  dwc:aphiaid '126893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397417'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '126893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397404'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B933'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B933'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397404'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394400'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC16'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC16'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394400'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F78D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396434'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F78D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F78D'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396434'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396435'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A0'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396435'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396436'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A8'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396436'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396437'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C9'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396437'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394420'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E44'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E44'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394420'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394397'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E49'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E49'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394397'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395514'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEDF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEDF'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395514'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395515'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEF9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEF9'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395515'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396836'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020628'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020628'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396836'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396828'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020627'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020627'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396828'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396829'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020629'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020629'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396829'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394924'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC37'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC37'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394924'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394925'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC57'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC57'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394925'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396700'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C6'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396700'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396701'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D2'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396701'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396702'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E1'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396702'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396703'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E9'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396703'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396722'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B7'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396722'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396723'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C7'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396723'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396217'^^xsd:integer;
  dwc:scientificName 'Crouania attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F708'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F708'^^xsd:string;
  dwc:aphiaid '144575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396217'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F65C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396080'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F65C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F65C'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396080'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396081'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F674'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F674'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396081'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397406'^^xsd:integer;
  dwc:scientificName 'Eulalia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B934'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B934'^^xsd:string;
  dwc:aphiaid '130639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397406'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '130639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397044'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226A9'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226A9'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397044'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397051'^^xsd:integer;
  dwc:scientificName 'Paracentrotus lividus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226A8'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226A8'^^xsd:string;
  dwc:aphiaid '124316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397051'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '124316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397467'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C493'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C493'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397467'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397468'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C491'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C491'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397468'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396483'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F814'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F814'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396483'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396493'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F2'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396493'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394470'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC58'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC58'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394470'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391047'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323EE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323EE'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391047'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391048'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F3'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391048'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398582'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D52'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D52'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398582'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394444'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E8F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E8F'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394444'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396477'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7EF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7EF'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396477'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391250'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032551'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032551'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391250'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003255A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391251'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003255A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003255A'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391251'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390436'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DFD'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390436'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391894'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDF1'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391894'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394599'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE0'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394599'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396353'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B3'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396353'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C55F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392039'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C55F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C55F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392039'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392953'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD9'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392953'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393312'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE9'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393312'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393801'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145B5'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393801'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393808'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145C6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145C6'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393808'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394002'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147FD'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394002'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ADC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392970'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ADC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ADC'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392970'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.298397"^^xsd:decimal ;
  dwc:decimalLongitude "-4.10216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  geo-pos:lat "53.298397"^^xsd:decimal ;
  geo-pos:long "-4.10216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390355'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.10216'^^xsd:double;
  dwc:latitude '53.298397'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307A0'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390355'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393162'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C0C'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393162'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392048'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C580'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C580'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392048'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398812'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB6'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398812'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393049'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B71'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393049'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393637'^^xsd:integer;
  dwc:scientificName 'Merlangius merlangus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143DF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143DF'^^xsd:string;
  dwc:aphiaid '126438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393637'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393949'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A9'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393949'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394225'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DE1'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394225'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394264'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E63'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E63'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394264'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390192'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB55'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390192'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400149'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A9'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400149'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390190'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCDD'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390190'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003238F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390632'^^xsd:integer;
  dwc:scientificName 'Sepia officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003238F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003238F'^^xsd:string;
  dwc:aphiaid '141444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390632'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '141444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399023'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001010'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001010'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399023'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390379'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F6'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390379'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391120'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324A4'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391120'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391832'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD99'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD99'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391832'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392022'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C057'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C057'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392022'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392818'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012998'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012998'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392818'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40345"^^xsd:decimal ;
  dwc:decimalLongitude "-2.395389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  geo-pos:lat "49.40345"^^xsd:decimal ;
  geo-pos:long "-2.395389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392825'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129DB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.395389'^^xsd:double;
  dwc:latitude '49.40345'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129DB'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392825'^^xsd:string;
  dwc:observationDate '1977-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393075'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B6D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B6D'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393075'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400156'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A2'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400156'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400155'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A8'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400155'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390280'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC65'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC65'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390280'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398739'^^xsd:integer;
  dwc:scientificName 'Limacia clavigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E8E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E8E'^^xsd:string;
  dwc:aphiaid '140830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398739'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '140830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398750'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E89'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E89'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398750'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398717'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E78'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398717'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398941'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F3C'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398941'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398942'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F3E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F3E'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398942'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003201E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390619'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003201E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003201E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390619'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391836'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA3'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391836'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391837'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDAD'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391837'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391843'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB4'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391843'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391851'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB1'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391851'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394769'^^xsd:integer;
  dwc:scientificName 'Algae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDCF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDCF'^^xsd:string;
  dwc:aphiaid '139994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394769'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1048787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394414'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E60'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E60'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394414'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393764'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A7'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393764'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394215'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DBD'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394215'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391970'^^xsd:integer;
  dwc:scientificName 'Porania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF11'^^xsd:string;
  dwc:aphiaid '123320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391970'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '123320'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393356'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D09'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393356'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393513'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014356'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014356'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393513'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000106B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399078'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000106B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000106B'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399078'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399096'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001098'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001098'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399096'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390345'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307FB'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390345'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390832'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032257'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032257'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390832'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003212A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390710'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003212A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003212A'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390710'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391044'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323EB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323EB'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391044'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391674'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB8'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391674'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391982'^^xsd:integer;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF37'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391982'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C08E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392033'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C08E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C08E'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392033'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000106FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392359'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000106FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000106FF'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392359'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001074F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392306'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001074F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001074F'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392306'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392844'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A38'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A38'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392844'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392926'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD3'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392926'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.235491"^^xsd:decimal ;
  dwc:decimalLongitude "-4.385146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  geo-pos:lat "50.235491"^^xsd:decimal ;
  geo-pos:long "-4.385146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390997'^^xsd:integer;
  dwc:scientificName 'Alcyonium glomeratum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032432'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.385146'^^xsd:double;
  dwc:latitude '50.235491'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032432'^^xsd:string;
  dwc:aphiaid '132159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390997'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '132159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394259'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E4B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E4B'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394259'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394280'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC3'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394280'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390200'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCDB'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390200'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394254'^^xsd:integer;
  dwc:scientificName 'Hemimycale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E81'^^xsd:string;
  dwc:aphiaid '131948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394254'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '131948'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394272'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC8'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394272'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394279'^^xsd:integer;
  dwc:scientificName 'Disporella hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC5'^^xsd:string;
  dwc:aphiaid '111730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394279'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '111730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398839'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED8'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398839'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393369'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D0F'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393369'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393364'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D1A'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393364'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393701'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B5'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393701'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393698'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144AF'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393698'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394042'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B5C'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394042'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394201'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D84'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394201'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390724'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032161'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032161'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390724'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390135'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028543'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028543'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390135'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390119'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028543'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028543'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390119'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399227'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028563'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028563'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399227'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399221'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028564'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028564'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399221'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390881'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032317'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032317'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390881'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398702'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E58'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398702'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390341'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307FC'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390341'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393779'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014585'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014585'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393779'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001459D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393768'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001459D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001459D'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393768'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003226D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390827'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003226D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003226D'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390827'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390830'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032259'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032259'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390830'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390857'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322D8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322D8'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390857'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390701'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032140'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032140'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390701'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390949'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032482'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032482'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390949'^^xsd:string;
  dwc:observationDate '1980-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391684'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA9'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391684'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391981'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF2D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF2D'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391981'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001074A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392289'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001074A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001074A'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392289'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399101'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001099'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001099'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399101'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001287B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392737'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001287B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001287B'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392737'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393015'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B25'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393015'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393266'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CAD'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393266'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003237E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390737'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003237E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003237E'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390737'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ACE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392949'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ACE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ACE'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392949'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398976'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F7C'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398976'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398977'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F72'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F72'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398977'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390217'^^xsd:integer;
  dwc:scientificName 'Hemimycale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDDA'^^xsd:string;
  dwc:aphiaid '131948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390217'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '131948'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.073428 -7.642585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.073428"^^xsd:decimal ;
  dwc:decimalLongitude "-7.642585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.073428 -7.642585)"^^geo:wktLiteral ;
  geo-pos:lat "55.073428"^^xsd:decimal ;
  geo-pos:long "-7.642585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7971:71392037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7971'^^xsd:integer;
  dwc:catalogNumber '71392037'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C559'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.642585'^^xsd:double;
  dwc:latitude '55.073428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C559'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7971:71392037'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392165'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2B3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2B3'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392165'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392747'^^xsd:integer;
  dwc:scientificName 'Hemimycale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012872'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012872'^^xsd:string;
  dwc:aphiaid '131948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392747'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '131948'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390719'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032379'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032379'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390719'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391940'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE7B'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391940'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392893'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA1'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392893'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392927'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD4'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392927'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393227'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C89'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C89'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393227'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393230'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C81'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393230'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398955'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F49'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F49'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398955'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398960'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F45'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398960'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398989'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F7D'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398989'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398980'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F70'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F70'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398980'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399241'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028553'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028553'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399241'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002855D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399234'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002855D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002855D'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399234'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390193'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCDC'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390193'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390918'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032467'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032467'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390918'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391286'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000008'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000008'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391286'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392631'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127B9'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392631'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001299A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392815'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001299A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001299A'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392815'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001075D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392290'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001075D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001075D'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392290'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392993'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B0E'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392993'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393353'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CFF'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393353'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393346'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D06'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393346'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393383'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D20'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393383'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393379'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D23'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393379'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393506'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014357'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014357'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393506'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393984'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147CD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147CD'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393984'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.928792"^^xsd:decimal ;
  dwc:decimalLongitude "-5.055791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  geo-pos:lat "51.928792"^^xsd:decimal ;
  geo-pos:long "-5.055791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390239'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.055791'^^xsd:double;
  dwc:latitude '51.928792'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBEE'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390239'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390325'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030793'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030793'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390325'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390315'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCBD'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390315'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391152'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A5'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391152'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003259F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391154'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003259F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003259F'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391154'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391360'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCA3'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391360'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391368'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB18'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391368'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001071E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392395'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001071E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001071E'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392395'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392396'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010730'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010730'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392396'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392377'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010711'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010711'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392377'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392378'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010738'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010738'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392378'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001286C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392750'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001286C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001286C'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392750'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392753'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012874'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012874'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392753'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399080'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001086'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001086'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399080'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393797'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145AA'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393797'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393765'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A5'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393765'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398722'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E8F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E8F'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398722'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398730'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E9B'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398730'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392070'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5DC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5DC'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392070'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393684'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014402'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014402'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393684'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001440A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393676'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001440A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001440A'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393676'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393607'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B3'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393607'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392910'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB4'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392910'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399258'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028593'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028593'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399258'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399252'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028596'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028596'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399252'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391546'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF5'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391546'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390262'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC45'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390262'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399267'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010E5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010E5'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399267'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391855'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB2'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391855'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393315'^^xsd:integer;
  dwc:scientificName 'Hemimycale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE0'^^xsd:string;
  dwc:aphiaid '131948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393315'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '131948'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390668'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032370'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032370'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390668'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.102749"^^xsd:decimal ;
  dwc:decimalLongitude "-6.120723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  geo-pos:lat "55.102749"^^xsd:decimal ;
  geo-pos:long "-6.120723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393248'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.120723'^^xsd:double;
  dwc:latitude '55.102749'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C9F'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393248'^^xsd:string;
  dwc:observationDate '1980-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394316'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F06'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394316'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394000'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147F7'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394000'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391757'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE5'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391757'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.298397"^^xsd:decimal ;
  dwc:decimalLongitude "-4.10216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  geo-pos:lat "53.298397"^^xsd:decimal ;
  geo-pos:long "-4.10216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390359'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.10216'^^xsd:double;
  dwc:latitude '53.298397'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307A3'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390359'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392026'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C088'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C088'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392026'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393309'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CDE'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393309'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393313'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CDD'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393313'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391968'^^xsd:integer;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF25'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391968'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398813'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC9'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398813'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398824'^^xsd:integer;
  dwc:scientificName 'Liocarcinus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC2'^^xsd:string;
  dwc:aphiaid '107393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398824'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '151200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392787'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012941'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012941'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392787'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001457D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393731'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001457D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001457D'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393731'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391879'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC9'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391879'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392093'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C604'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C604'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392093'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001485F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394018'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001485F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001485F'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394018'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001438D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393541'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001438D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001438D'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393541'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393548'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014380'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014380'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393548'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393439'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE5'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393439'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393443'^^xsd:integer;
  dwc:scientificName 'Leptochiton asellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE4'^^xsd:string;
  dwc:aphiaid '140199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393443'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '140199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392063'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5C0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5C0'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392063'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393119'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE6'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393119'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393930'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A5'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393930'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001433D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393484'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001433D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001433D'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393484'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393475'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014352'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014352'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393475'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391079'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032405'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032405'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391079'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391248'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032540'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032540'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391248'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392526'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F7'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392526'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392261'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDCD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDCD'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392261'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.315926"^^xsd:decimal ;
  dwc:decimalLongitude "-4.810609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  geo-pos:lat "50.315926"^^xsd:decimal ;
  geo-pos:long "-4.810609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394170'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.810609'^^xsd:double;
  dwc:latitude '50.315926'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D3D'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394170'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393332'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF2'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393332'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393936'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A1'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393936'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001433B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393492'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001433B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001433B'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393492'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392669'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012829'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012829'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392669'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399064'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001066'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001066'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399064'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399052'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001039'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001039'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399052'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399054'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001044'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001044'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399054'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399063'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001062'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001062'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399063'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393451'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BDA'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393451'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392151'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A9'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392151'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001283D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392655'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001283D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001283D'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392655'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390694'^^xsd:integer;
  dwc:scientificName 'Polycera faeroensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032375'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032375'^^xsd:string;
  dwc:aphiaid '140834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390694'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '140834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390476'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E24'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390476'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393654'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F6'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393654'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390166'^^xsd:integer;
  dwc:scientificName 'Majidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCD7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCD7'^^xsd:string;
  dwc:aphiaid '106760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390166'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '106760'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398736'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E82'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398736'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394190'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D65'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D65'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394190'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394187'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D7B'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394187'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394176'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D58'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394176'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393191'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C29'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C29'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393191'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393440'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE3'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393440'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393444'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BDB'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393444'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003243F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391055'^^xsd:integer;
  dwc:scientificName 'Alcyonium glomeratum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003243F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003243F'^^xsd:string;
  dwc:aphiaid '132159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391055'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '132159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391086'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032585'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032585'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391086'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393390'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137E0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137E0'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393390'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392569'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010830'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010830'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392569'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398761'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E6B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E6B'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398761'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393898'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014777'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014777'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393898'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013A55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393427'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013A55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013A55'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393427'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390749'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032384'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032384'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390749'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003239A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390963'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003239A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003239A'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390963'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390772'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321A7'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390772'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C65A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392105'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C65A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C65A'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392105'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399151'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010CD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010CD'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399151'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398881'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F0D'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398881'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391011'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032437'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032437'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391011'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398892'^^xsd:integer;
  dwc:scientificName 'Polycera faeroensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F09'^^xsd:string;
  dwc:aphiaid '140834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398892'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '140834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C65B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392103'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C65B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C65B'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392103'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C62D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392108'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C62D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C62D'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392108'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392120'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C618'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C618'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392120'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390755'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032383'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032383'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390755'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390753'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321A1'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390753'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392707'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128AE'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128AE'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392707'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390835'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032296'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032296'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390835'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391261'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032554'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032554'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391261'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390449'^^xsd:integer;
  dwc:scientificName 'Coris julis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E1C'^^xsd:string;
  dwc:aphiaid '126963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390449'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '126963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391901'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDFE'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391901'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001436C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393533'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001436C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001436C'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393533'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393536'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014379'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014379'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393536'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391001'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C9'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391001'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398589'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D3C'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398589'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392268'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD4'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392268'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390888'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032443'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032443'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390888'^^xsd:string;
  dwc:observationDate '1980-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392989'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF2'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392989'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392973'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B00'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392973'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001455F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393726'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001455F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001455F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393726'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393757'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014567'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014567'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393757'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394076'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B82'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394076'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393307'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393307'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393454'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BED'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393454'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394087'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B8C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B8C'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394087'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003200A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390592'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003200A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003200A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390592'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393094'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B97'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393094'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394152'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CF0'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394152'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394153'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D0D'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394153'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398849'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EDF'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398849'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398872'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF5'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398872'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398880'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F0B'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398880'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391754'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED7'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391754'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393176'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C10'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393176'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392057'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C590'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C590'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392057'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ECE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398811'^^xsd:integer;
  dwc:scientificName 'Syngnathidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ECE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ECE'^^xsd:string;
  dwc:aphiaid '125606'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398811'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '125606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398828'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EBA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EBA'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398828'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390291'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC82'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390291'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390974'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323AC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390974'^^xsd:string;
  dwc:observationDate '1979-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392783'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128FA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128FA'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392783'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390435'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DFC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DFC'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390435'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390419'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF5'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390419'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390775'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321D2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321D2'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390775'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398662'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E1E'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398662'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393466'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF0'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393466'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92474"^^xsd:decimal ;
  dwc:decimalLongitude "-5.565069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  geo-pos:lat "53.92474"^^xsd:decimal ;
  geo-pos:long "-5.565069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391920'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.565069'^^xsd:double;
  dwc:latitude '53.92474'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE2E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391920'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92474"^^xsd:decimal ;
  dwc:decimalLongitude "-5.565069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  geo-pos:lat "53.92474"^^xsd:decimal ;
  geo-pos:long "-5.565069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391924'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.565069'^^xsd:double;
  dwc:latitude '53.92474'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE34'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391924'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392272'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDDE'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392272'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392984'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF0'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392984'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392978'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AFD'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392978'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393733'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014579'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014579'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393733'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393744'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014562'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014562'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393744'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394006'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014813'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014813'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394006'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392648'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012820'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012820'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392648'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399213'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028588'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028588'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399213'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391552'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD04'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391552'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391649'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE8F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE8F'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391649'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392866'^^xsd:integer;
  dwc:scientificName 'Cadlina laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A57'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A57'^^xsd:string;
  dwc:aphiaid '139134'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392866'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '139134'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398900'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F1E'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398900'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398862'^^xsd:integer;
  dwc:scientificName 'Hemimycale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF3'^^xsd:string;
  dwc:aphiaid '131948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398862'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '131948'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398876'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F06'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398876'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398624'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E08'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398624'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391254'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032558'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032558'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391254'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399195'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010FE'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399195'^^xsd:string;
  dwc:observationDate '1978-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392868'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A55'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392868'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398584'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DEF'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398584'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399164'^^xsd:integer;
  dwc:scientificName 'Mercenaria mercenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010DD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010DD'^^xsd:string;
  dwc:aphiaid '141919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399164'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '141919'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393532'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014367'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014367'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393532'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393653'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393653'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390163'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB47'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390163'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392259'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDC8'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392259'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394177'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D4A'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394177'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393185'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C34'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393185'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393183'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C43'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393183'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398553'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C98'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398553'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393056'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B6A'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393056'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399050'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001041'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001041'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399050'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391816'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD81'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391816'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391796'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD8A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD8A'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391796'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDCA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391861'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDCA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDCA'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391861'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392085'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C608'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C608'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392085'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398947'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F3D'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398947'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390409'^^xsd:integer;
  dwc:scientificName 'Rhodymenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030817'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030817'^^xsd:string;
  dwc:aphiaid '144252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390409'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '144252'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390410'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030754'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030754'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390410'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392969'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE8'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392969'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001437B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393520'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001437B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001437B'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393520'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393524'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014372'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014372'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393524'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393717'^^xsd:integer;
  dwc:scientificName 'Luidia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014556'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014556'^^xsd:string;
  dwc:aphiaid '123260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393717'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ADA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392968'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ADA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ADA'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392968'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391853'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDAA'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391853'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392987'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AEF'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392987'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003235A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390602'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003235A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003235A'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390602'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392031'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C072'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C072'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392031'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390892'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032444'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032444'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390892'^^xsd:string;
  dwc:observationDate '1980-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393167'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C16'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393167'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393169'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C0D'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393169'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392056'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C583'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C583'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392056'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398817'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EBC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EBC'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398817'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398826'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB7'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398826'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390629'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032020'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032020'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390629'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390624'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032391'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032391'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390624'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001080E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392541'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001080E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001080E'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392541'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392542'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010820'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010820'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392542'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392044'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C563'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C563'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392044'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ADB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392964'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ADB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ADB'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392964'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394163'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CF1'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394163'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393080'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B98'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393080'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.563226"^^xsd:decimal ;
  dwc:decimalLongitude "-3.702711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  geo-pos:lat "54.563226"^^xsd:decimal ;
  geo-pos:long "-3.702711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71391953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71391953'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.702711'^^xsd:double;
  dwc:latitude '54.563226'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEFF'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71391953'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392141'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C671'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C671'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392141'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392146'^^xsd:integer;
  dwc:scientificName 'Venus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A0'^^xsd:string;
  dwc:aphiaid '138648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392146'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '138648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390183'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB2B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390183'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391570'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD19'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD19'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391570'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391556'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD09'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391556'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393590'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B1'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393590'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393668'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014400'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014400'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393668'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390259'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC2E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390259'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390546'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F8B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390546'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390547'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FAD'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390547'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393138'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C09'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393138'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393156'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BFE'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393156'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391608'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD50'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD50'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391608'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394151'^^xsd:integer;
  dwc:scientificName 'Clione'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F1D'^^xsd:string;
  dwc:aphiaid '137793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394151'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398983'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F7A'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398983'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391712'^^xsd:integer;
  dwc:scientificName 'Polycera faeroensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED4'^^xsd:string;
  dwc:aphiaid '140834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391712'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391789'^^xsd:integer;
  dwc:scientificName 'Alcyonium glomeratum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEFA'^^xsd:string;
  dwc:aphiaid '132159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391789'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '132159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393011'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B2F'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393011'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391110'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B2'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391110'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394227'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E05'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394227'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394273'^^xsd:integer;
  dwc:scientificName 'Celleporina hassallii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC4'^^xsd:string;
  dwc:aphiaid '111274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394273'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '221538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398712'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E60'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E60'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398712'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393793'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A6'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393793'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001458C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393784'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001458C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001458C'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393784'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399153'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D6'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399153'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391009'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323CD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323CD'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391009'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391547'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD03'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391547'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391534'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF4'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391534'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391654'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE94'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE94'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391654'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391215'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032533'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032533'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391215'^^xsd:string;
  dwc:observationDate '1978-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390904'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032454'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032454'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390904'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399261'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010E2'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399261'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399247'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028591'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028591'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399247'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399248'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028599'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028599'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399248'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398850'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF0'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398850'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398873'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F0A'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398873'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393308'^^xsd:integer;
  dwc:scientificName 'Belone belone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CEA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CEA'^^xsd:string;
  dwc:aphiaid '126375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393308'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398888'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF9'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398888'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398927'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F26'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398927'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393957'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B9'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393957'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014ED0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394290'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014ED0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014ED0'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394290'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390790'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321CC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321CC'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390790'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390430'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390430'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398623'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E09'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398623'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398635'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF7'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398635'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394157'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D1A'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394157'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.339616"^^xsd:decimal ;
  dwc:decimalLongitude "-3.547132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  geo-pos:lat "50.339616"^^xsd:decimal ;
  geo-pos:long "-3.547132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398663'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.547132'^^xsd:double;
  dwc:latitude '50.339616'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E34'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398663'^^xsd:string;
  dwc:observationDate '1978-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398867'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE1'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398867'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393317'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CDB'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393317'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399147'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C3'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399147'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392186'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D1'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392186'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393904'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014784'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014784'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393904'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393196'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C69'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C69'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393196'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390287'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC72'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC72'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390287'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393243'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C91'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393243'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398719'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E96'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E96'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398719'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398731'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E91'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398731'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390845'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322A3'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390845'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393151'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF1'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393151'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398748'^^xsd:integer;
  dwc:scientificName 'Polymastia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E9A'^^xsd:string;
  dwc:aphiaid '132046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398748'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '132046'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398751'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E97'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398751'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398718'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E8C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E8C'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398718'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391489'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC59'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC59'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391489'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393416'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393416'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391854'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDAC'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391854'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390604'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032014'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032014'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390604'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003235B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390606'^^xsd:integer;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003235B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003235B'^^xsd:string;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390606'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398995'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F85'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F85'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398995'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391987'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF87'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391987'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393754'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014569'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014569'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393754'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392934'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC6'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392934'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392876'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A54'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A54'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392876'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390468'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E16'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390468'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393181'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C17'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393181'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ECB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398820'^^xsd:integer;
  dwc:scientificName 'Facelina auriculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ECB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ECB'^^xsd:string;
  dwc:aphiaid '153375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398820'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '153375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398834'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EBD'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398834'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392009'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFDD'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392009'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394306'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F03'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394306'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.557233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  geo-pos:lat "53.379415"^^xsd:decimal ;
  geo-pos:long "-4.557233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390352'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307C8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.557233'^^xsd:double;
  dwc:latitude '53.379415'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307C8'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390352'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391243'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032542'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032542'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391243'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393219'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C80'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393219'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003237C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390735'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003237C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003237C'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390735'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392888'^^xsd:integer;
  dwc:scientificName 'Arcopagia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A9C'^^xsd:string;
  dwc:aphiaid '141577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392888'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '141577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390743'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321AD'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390743'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390952'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A0'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390952'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390966'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A4'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390966'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390967'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323AA'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390967'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392101'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C615'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C615'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392101'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391597'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD37'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391597'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391612'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD48'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391612'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392712'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012868'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012868'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392712'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.563226"^^xsd:decimal ;
  dwc:decimalLongitude "-3.702711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  geo-pos:lat "54.563226"^^xsd:decimal ;
  geo-pos:long "-3.702711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71391951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71391951'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.702711'^^xsd:double;
  dwc:latitude '54.563226'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF01'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71391951'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392540'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010817'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010817'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392540'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398815'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EBE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EBE'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398815'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ECA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398819'^^xsd:integer;
  dwc:scientificName 'Doris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ECA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ECA'^^xsd:string;
  dwc:aphiaid '137914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398819'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392075'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5DD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5DD'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392075'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391990'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF58'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391990'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001456F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393745'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001456F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001456F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393745'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391457'^^xsd:integer;
  dwc:scientificName 'Limacia clavigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC24'^^xsd:string;
  dwc:aphiaid '140830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391457'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '140830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392985'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF6'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392985'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398691'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E4F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E4F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398691'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390678'^^xsd:integer;
  dwc:scientificName 'Diazona violacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032373'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032373'^^xsd:string;
  dwc:aphiaid '103733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390678'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '103733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392279'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD9'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392279'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001455B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393716'^^xsd:integer;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001455B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001455B'^^xsd:string;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393716'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003202E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390507'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003202E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003202E'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390507'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391844'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB0'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391844'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398963'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F51'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F51'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398963'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391730'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD56'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD56'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391730'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392202'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2DE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2DE'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392202'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398905'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F1D'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398905'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398913'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F1B'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398913'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392465'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392465'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398550'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C7E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398550'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398894'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F02'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398894'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391905'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE0F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391905'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393419'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F7'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393419'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392568'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010833'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010833'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392568'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392281'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDDF'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392281'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392988'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AFE'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392988'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.651614"^^xsd:decimal ;
  dwc:decimalLongitude "-5.326284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  geo-pos:lat "51.651614"^^xsd:decimal ;
  geo-pos:long "-5.326284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391299'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000010'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.326284'^^xsd:double;
  dwc:latitude '51.651614'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000010'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391299'^^xsd:string;
  dwc:observationDate '1979-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391203'^^xsd:integer;
  dwc:scientificName 'Homarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325F9'^^xsd:string;
  dwc:aphiaid '106862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391203'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '106862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390816'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032223'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032223'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390816'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.651614"^^xsd:decimal ;
  dwc:decimalLongitude "-5.326284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  geo-pos:lat "51.651614"^^xsd:decimal ;
  geo-pos:long "-5.326284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000000E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391292'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000000E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.326284'^^xsd:double;
  dwc:latitude '51.651614'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000000E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391292'^^xsd:string;
  dwc:observationDate '1979-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392522'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010802'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010802'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392522'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392520'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E2'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392520'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392521'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392521'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392123'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C623'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C623'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392123'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390230'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBAE'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390230'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393261'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB9'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393261'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393374'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D11'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393374'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398991'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F7B'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398991'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003079A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390322'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003079A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003079A'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390322'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390575'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032002'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032002'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390575'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BECB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391698'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BECB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BECB'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391698'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391777'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF5'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391777'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392167'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2B7'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392167'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399009'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001001'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001001'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399009'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390132'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028549'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028549'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390132'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390116'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028549'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028549'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390116'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390517'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F47'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390517'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390535'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F82'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390535'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003252B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391206'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003252B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003252B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391206'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393209'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C7E'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393209'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393226'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C8D'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393226'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393231'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C83'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C83'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393231'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394012'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014824'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014824'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394012'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001456A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393755'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001456A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001456A'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393755'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393846'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014719'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014719'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393846'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001471A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393847'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001471A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001471A'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393847'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001080F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392560'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001080F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001080F'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392560'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392561'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010821'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010821'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392561'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390562'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F98'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390562'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391724'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD62'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD62'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391724'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392916'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AAD'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392916'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001279A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392579'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001279A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001279A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392579'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398527'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C22'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398527'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398528'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C45'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398528'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399071'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001083'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001083'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399071'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399130'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010BA'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399130'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399268'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010EF'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399268'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399259'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028595'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028595'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399259'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393496'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014342'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014342'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393496'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001433A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393469'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001433A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001433A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393469'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392649'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012828'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012828'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392649'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390297'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC8F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC8F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390297'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390796'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321D8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321D8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390796'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391018'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D5'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391018'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391019'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E4'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391019'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392193'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2DC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2DC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392193'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394092'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C2A'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394092'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.798757"^^xsd:decimal ;
  dwc:decimalLongitude "-7.051418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  geo-pos:lat "57.798757"^^xsd:decimal ;
  geo-pos:long "-7.051418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E30C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392234'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E30C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.051418'^^xsd:double;
  dwc:latitude '57.798757'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E30C'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392234'^^xsd:string;
  dwc:observationDate '1980-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391202'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325C6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325C6'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391202'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.339616"^^xsd:decimal ;
  dwc:decimalLongitude "-3.547132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  geo-pos:lat "50.339616"^^xsd:decimal ;
  geo-pos:long "-3.547132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398667'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.547132'^^xsd:double;
  dwc:latitude '50.339616'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E31'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398667'^^xsd:string;
  dwc:observationDate '1978-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391013'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323CB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323CB'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391013'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.798757"^^xsd:decimal ;
  dwc:decimalLongitude "-7.051418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  geo-pos:lat "57.798757"^^xsd:decimal ;
  geo-pos:long "-7.051418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E30E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392232'^^xsd:integer;
  dwc:scientificName 'Syngnathidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E30E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.051418'^^xsd:double;
  dwc:latitude '57.798757'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E30E'^^xsd:string;
  dwc:aphiaid '125606'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392232'^^xsd:string;
  dwc:observationDate '1980-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003240A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391093'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003240A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003240A'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391093'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390679'^^xsd:integer;
  dwc:scientificName 'Facelina auriculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032371'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032371'^^xsd:string;
  dwc:aphiaid '153375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390679'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '153375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390979'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323B8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390979'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398756'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E65'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E65'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398756'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391171'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324D4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324D4'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391171'^^xsd:string;
  dwc:observationDate '1978-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393337'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393337'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398512'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BF6'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398512'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398513'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C12'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398513'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390233'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBAB'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390233'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390235'^^xsd:integer;
  dwc:scientificName 'Pleuronectes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE0'^^xsd:string;
  dwc:aphiaid '126120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390235'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392805'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012961'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012961'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392805'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394101'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C00'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394101'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394118'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C41'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394118'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394131'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C82'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394131'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392159'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6AC'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392159'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399210'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028590'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028590'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399210'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391562'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD15'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD15'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391562'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391539'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD02'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391539'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391663'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA4'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391663'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003202D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390509'^^xsd:integer;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003202D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003202D'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390509'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391638'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE8E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE8E'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391638'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392913'^^xsd:integer;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB6'^^xsd:string;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392913'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390263'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCEB'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390263'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390550'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FC1'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390550'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398592'^^xsd:integer;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DEB'^^xsd:string;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398592'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398591'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D50'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D50'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398591'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001441A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393693'^^xsd:integer;
  dwc:scientificName 'Pleuronectes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001441A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001441A'^^xsd:string;
  dwc:aphiaid '126120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393693'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '126120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393692'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014409'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014409'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393692'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393614'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B7'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393614'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393601'^^xsd:integer;
  dwc:scientificName 'Hyas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C9'^^xsd:string;
  dwc:aphiaid '106903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393601'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '106903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393594'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C5'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393594'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.339616"^^xsd:decimal ;
  dwc:decimalLongitude "-3.547132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  geo-pos:lat "50.339616"^^xsd:decimal ;
  geo-pos:long "-3.547132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398669'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E35'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.547132'^^xsd:double;
  dwc:latitude '50.339616'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E35'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398669'^^xsd:string;
  dwc:observationDate '1978-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003243E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391053'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003243E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003243E'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391053'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392148'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A3'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392148'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393327'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CEE'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393327'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393967'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393967'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393236'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C98'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393236'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391505'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCB2'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391505'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391502'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCB5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCB5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391502'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393096'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BCC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BCC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393096'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394301'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EDD'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394301'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001437A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393514'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001437A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001437A'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393514'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393523'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014375'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014375'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393523'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391184'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032429'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032429'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391184'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001081E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392553'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001081E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001081E'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392553'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390630'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032022'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032022'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390630'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391738'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD65'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD65'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391738'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393971'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147BE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147BE'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393971'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392873'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A50'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A50'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392873'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393812'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145BB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145BB'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393812'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399158'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D9'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399158'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001437F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393540'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001437F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001437F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393540'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001438F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393551'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001438F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001438F'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393551'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393556'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014383'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014383'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393556'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390178'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB44'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB44'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390178'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394090'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C16'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394090'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394105'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C57'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C57'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394105'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394121'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C75'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C75'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394121'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391166'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324C7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324C7'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391166'^^xsd:string;
  dwc:observationDate '1978-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391718'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD54'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD54'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391718'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394241'^^xsd:integer;
  dwc:scientificName 'Polymastia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E44'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E44'^^xsd:string;
  dwc:aphiaid '132046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394241'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '132046'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392179'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2CE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2CE'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392179'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392188'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D7'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392188'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390804'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321E5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321E5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390804'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.298397"^^xsd:decimal ;
  dwc:decimalLongitude "-4.10216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  geo-pos:lat "53.298397"^^xsd:decimal ;
  geo-pos:long "-4.10216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390360'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.10216'^^xsd:double;
  dwc:latitude '53.298397'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307AD'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390360'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399136'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B4'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399136'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392190'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D5'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392190'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393244'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C93'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C93'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393244'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399152'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C8'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399152'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390664'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320E9'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390664'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393516'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014366'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014366'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393516'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001082D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392574'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001082D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001082D'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392574'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393406'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137EB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137EB'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393406'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393714'^^xsd:integer;
  dwc:scientificName 'Dosinia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014557'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014557'^^xsd:string;
  dwc:aphiaid '138636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393714'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '138636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C07E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392030'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C07E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C07E'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392030'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391850'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391850'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398897'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F0F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398897'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398915'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F21'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398915'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393298'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD0'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393298'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391222'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032535'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032535'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391222'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390384'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030753'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030753'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390384'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003244A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390894'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003244A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003244A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390894'^^xsd:string;
  dwc:observationDate '1980-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391793'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD77'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391793'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001486B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394020'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001486B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001486B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394020'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399070'^^xsd:integer;
  dwc:scientificName 'Gobius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001064'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001064'^^xsd:string;
  dwc:aphiaid '125988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399070'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '125988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392589'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127A1'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392589'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392229'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2F8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2F8'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392229'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390506'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F31'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390506'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391858'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB9'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391858'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394014'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014838'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014838'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394014'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399046'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001037'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001037'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399046'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398861'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF1'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398861'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398870'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE9'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398870'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000146FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393819'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000146FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000146FD'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393819'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391965'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF16'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391965'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001440E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393685'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001440E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001440E'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393685'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393609'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143BB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143BB'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393609'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398536'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C2F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398536'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390478'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F26'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390478'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390983'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323B9'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390983'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398556'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C8B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398556'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393438'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BEB'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393438'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392121'^^xsd:integer;
  dwc:scientificName 'Munida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C641'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C641'^^xsd:string;
  dwc:aphiaid '106835'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392121'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '106835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392062'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5D3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5D3'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392062'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393118'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BEC'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393118'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398759'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E73'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E73'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398759'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390513'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F44'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F44'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390513'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390531'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F6F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F6F'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390531'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393564'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143AB'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393564'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398793'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E9F'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398793'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399082'^^xsd:integer;
  dwc:scientificName 'Atherina presbyter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001092'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001092'^^xsd:string;
  dwc:aphiaid '272030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399082'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '272030'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399187'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001102'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001102'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399187'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003253F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391230'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003253F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003253F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391230'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000148AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393890'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000148AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000148AE'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393890'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393665'^^xsd:integer;
  dwc:scientificName 'Pleuronectes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F8'^^xsd:string;
  dwc:aphiaid '126120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393665'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '126120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390164'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB4B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB4B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390164'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392260'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD1'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392260'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393433'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD9'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393433'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393485'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014354'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014354'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393485'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392663'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012833'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012833'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392663'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390169'^^xsd:integer;
  dwc:scientificName 'Sepia officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCD9'^^xsd:string;
  dwc:aphiaid '141444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390169'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '141444'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390160'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB46'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390160'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393651'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143EE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143EE'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393651'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392266'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDC7'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392266'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398594'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D91'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398594'^^xsd:string;
  dwc:observationDate '1978-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390268'^^xsd:integer;
  dwc:scientificName 'Homarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCEA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCEA'^^xsd:string;
  dwc:aphiaid '106862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390268'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '106862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391481'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC79'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391481'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398969'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F5E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F5E'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398969'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393387'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137D6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137D6'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393387'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393400'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137E6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137E6'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393400'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393401'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137E7'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393401'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393989'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147DD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147DD'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393989'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390413'^^xsd:integer;
  dwc:scientificName 'Venus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030811'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030811'^^xsd:string;
  dwc:aphiaid '138648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390413'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390405'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030760'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030760'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390405'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003080F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390391'^^xsd:integer;
  dwc:scientificName 'Dosinia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003080F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003080F'^^xsd:string;
  dwc:aphiaid '138636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390391'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393582'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A3'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393582'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393586'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014396'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014396'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393586'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390266'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC3B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390266'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394186'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D62'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D62'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394186'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394028'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014846'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014846'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394028'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391813'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD79'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391813'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399068'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001058'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001058'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399068'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399057'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001038'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001038'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399057'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000103E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399051'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000103E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000103E'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399051'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391875'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDBB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDBB'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391875'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003078A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390387'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003078A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003078A'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390387'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393648'^^xsd:integer;
  dwc:scientificName 'Pleuronectes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E6'^^xsd:string;
  dwc:aphiaid '126120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393648'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.102749"^^xsd:decimal ;
  dwc:decimalLongitude "-6.120723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  geo-pos:lat "55.102749"^^xsd:decimal ;
  geo-pos:long "-6.120723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393251'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.120723'^^xsd:double;
  dwc:latitude '55.102749'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393251'^^xsd:string;
  dwc:observationDate '1980-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393493'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014344'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014344'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393493'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392670'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012830'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012830'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392670'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398600'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D78'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398600'^^xsd:string;
  dwc:observationDate '1978-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C60C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392082'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C60C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C60C'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392082'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391679'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB7'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391679'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.432704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  geo-pos:lat "50.888104"^^xsd:decimal ;
  geo-pos:long "-1.432704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391998'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.432704'^^xsd:double;
  dwc:latitude '50.888104'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFC5'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391998'^^xsd:string;
  dwc:observationDate '1977-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000108B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399084'^^xsd:integer;
  dwc:scientificName 'Codium tomentosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000108B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000108B'^^xsd:string;
  dwc:aphiaid '145092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399084'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392769'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128D2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128D2'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392769'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398598'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D7B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398598'^^xsd:string;
  dwc:observationDate '1978-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390248'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC25'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390248'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390335'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030803'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030803'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390335'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390616'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032016'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032016'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390616'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391516'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCEE'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391516'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000102B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399035'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000102B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000102B'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399035'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393378'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D27'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393378'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393501'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014360'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014360'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393501'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001458B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393794'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001458B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001458B'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393794'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.298397"^^xsd:decimal ;
  dwc:decimalLongitude "-4.10216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  geo-pos:lat "53.298397"^^xsd:decimal ;
  geo-pos:long "-4.10216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003080C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390361'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003080C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.10216'^^xsd:double;
  dwc:latitude '53.298397'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003080C'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390361'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398837'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EDC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398837'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000109C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399104'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000109C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000109C'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399104'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393092'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BA0'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393092'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393093'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BA8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BA8'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393093'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003246B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390932'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003246B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003246B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390932'^^xsd:string;
  dwc:observationDate '1980-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390172'^^xsd:integer;
  dwc:scientificName 'Homarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCD6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCD6'^^xsd:string;
  dwc:aphiaid '106862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390172'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '106862'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390167'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB48'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390167'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393661'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F1'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393661'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400144'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285AA'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400144'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390651'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032096'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032096'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390651'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390917'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032462'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032462'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390917'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391058'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323FE'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391058'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391104'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324AA'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391104'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393950'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147AD'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393950'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394269'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC9'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394269'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394191'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D6F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D6F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394191'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394181'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D4E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D4E'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394181'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398841'^^xsd:integer;
  dwc:scientificName 'Cucumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED9'^^xsd:string;
  dwc:aphiaid '123479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398841'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '123479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399123'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B1'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399123'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399113'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010AF'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399113'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393058'^^xsd:integer;
  dwc:scientificName 'Cuthona rubescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B7D'^^xsd:string;
  dwc:aphiaid '141633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393058'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '986795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393052'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B78'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393052'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391108'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324BE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324BE'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391108'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000000B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391285'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000000B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000000B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391285'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391436'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC03'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391436'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391476'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC34'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391476'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391466'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC49'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC49'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391466'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399218'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028566'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028566'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399218'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003214A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390715'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003214A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003214A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390715'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399006'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FC4'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399006'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390128'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028546'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028546'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390128'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390112'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028546'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028546'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390112'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399217'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028562'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028562'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399217'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390273'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC4A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390273'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390477'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F1D'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390477'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390866'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032314'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032314'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390866'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390867'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032337'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032337'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390867'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390886'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032442'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032442'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390886'^^xsd:string;
  dwc:observationDate '1980-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391212'^^xsd:integer;
  dwc:scientificName 'Sepia officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B7'^^xsd:string;
  dwc:aphiaid '141444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391212'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391577'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD1E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391577'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391591'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD2C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD2C'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391591'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391925'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE48'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391925'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391935'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE64'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE64'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391935'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392312'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010772'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010772'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392312'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392887'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A96'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A96'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392887'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392899'^^xsd:integer;
  dwc:scientificName 'Limacia clavigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA3'^^xsd:string;
  dwc:aphiaid '140830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392899'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '140830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398601'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DD0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DD0'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398601'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398951'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F44'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F44'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398951'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398990'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F73'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F73'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398990'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391462'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC2A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391462'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391821'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD94'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD94'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391821'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392015'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C056'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C056'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392015'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392626'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127B2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127B2'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392626'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392634'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127B8'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392634'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392809'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012997'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012997'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392809'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393076'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B5F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B5F'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393076'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393066'^^xsd:integer;
  dwc:scientificName 'Limacia clavigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B7E'^^xsd:string;
  dwc:aphiaid '140830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393066'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393619'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143CC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143CC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393619'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393626'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143DE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143DE'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393626'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393647'^^xsd:integer;
  dwc:scientificName 'Zeugopterus punctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E9'^^xsd:string;
  dwc:aphiaid '127151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393647'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127151'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393973'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147CC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147CC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393973'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394245'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E49'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E49'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394245'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394260'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E7F'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394260'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391274'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032573'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032573'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391274'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393616'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143EB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143EB'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393616'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398974'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F76'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F76'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398974'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399038'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001032'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001032'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399038'^^xsd:string;
  dwc:observationDate '1980-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399230'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028551'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028551'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399230'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AA91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390145'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AA91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AA91'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390145'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390151'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAB2'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390151'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390203'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB5B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390203'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390312'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCBA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCBA'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390312'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390319'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030791'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030791'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390319'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390571'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FEE'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390571'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390941'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032478'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032478'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390941'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391146'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032424'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032424'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391146'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391301'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA90'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA90'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391301'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391313'^^xsd:integer;
  dwc:scientificName 'Zeugopterus punctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAAB'^^xsd:string;
  dwc:aphiaid '127151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391313'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '127151'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391353'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC92'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391353'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391713'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED3'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391713'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391772'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE7'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391772'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392362'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010707'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010707'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392362'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001071B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392363'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001071B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001071B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392363'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001072E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392364'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001072E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001072E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392364'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001286B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392735'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001286B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001286B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392735'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392858'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A47'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392858'^^xsd:string;
  dwc:observationDate '1980-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393004'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B22'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393004'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391658'^^xsd:integer;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA5'^^xsd:string;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391658'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394064'^^xsd:integer;
  dwc:scientificName 'Phascolion strombus subsp. strombus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B8E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B8E'^^xsd:string;
  dwc:aphiaid '416714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394064'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '410749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394051'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B77'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394051'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394052'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B94'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B94'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394052'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390189'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB56'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB56'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390189'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393053'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B6E'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393053'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393640'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E3'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393640'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391074'^^xsd:integer;
  dwc:scientificName 'Himanthalia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032580'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032580'^^xsd:string;
  dwc:aphiaid '144131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391074'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '144131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390746'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321C5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321C5'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390746'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390953'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A2'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390953'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393435'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BEC'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393435'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390161'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB4C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB4C'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390161'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.695124"^^xsd:decimal ;
  dwc:decimalLongitude "-0.160737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  geo-pos:lat "50.695124"^^xsd:decimal ;
  geo-pos:long "-0.160737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393283'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.160737'^^xsd:double;
  dwc:latitude '50.695124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC5'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393283'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392214'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E306'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E306'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392214'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392134'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C697'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C697'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392134'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C68D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392142'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C68D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C68D'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392142'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394049'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B93'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B93'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394049'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392789'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012992'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012992'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392789'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398683'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E46'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398683'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398700'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E5E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E5E'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398700'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398708'^^xsd:integer;
  dwc:scientificName 'Limacia clavigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E5F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E5F'^^xsd:string;
  dwc:aphiaid '140830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398708'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '140830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394277'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EBE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EBE'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394277'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001458F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393789'^^xsd:integer;
  dwc:scientificName 'Sagartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001458F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001458F'^^xsd:string;
  dwc:aphiaid '100776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393789'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000102E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399033'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000102E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000102E'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399033'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003230F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390849'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003230F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003230F'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390849'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.432704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  geo-pos:lat "50.888104"^^xsd:decimal ;
  geo-pos:long "-1.432704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391996'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.432704'^^xsd:double;
  dwc:latitude '50.888104'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFC8'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391996'^^xsd:string;
  dwc:observationDate '1977-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398779'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E2D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E2D'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398779'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393798'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014589'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014589'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393798'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001458D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393790'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001458D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001458D'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393790'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393876'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014762'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014762'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393876'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392467'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107BC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107BC'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392467'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390433'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF4'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390433'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394243'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E2C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E2C'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394243'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398629'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E0A'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398629'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390301'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCA0'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390301'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390332'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307FA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307FA'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390332'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390823'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032256'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032256'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390823'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390848'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322D5'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390848'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390610'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032015'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032015'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390610'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390699'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032129'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032129'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390699'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391268'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032572'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032572'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391268'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391974'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF2A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391974'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392419'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010755'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010755'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392419'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392418'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010743'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010743'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392418'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001288C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392763'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001288C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001288C'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392763'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.70105 -0.585338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.70105"^^xsd:decimal ;
  dwc:decimalLongitude "-0.585338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.70105 -0.585338)"^^geo:wktLiteral ;
  geo-pos:lat "50.70105"^^xsd:decimal ;
  geo-pos:long "-0.585338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393294'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CCC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.585338'^^xsd:double;
  dwc:latitude '50.70105'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CCC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393294'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393376'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D1F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393376'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393503'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014364'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014364'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393503'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393498'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014355'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014355'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393498'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398986'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F6F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F6F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398986'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393016'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B27'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393016'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400153'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400153'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390377'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390377'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390659'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032080'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032080'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390659'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390924'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032463'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032463'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390924'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391118'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032494'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032494'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391118'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391474'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC37'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391474'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391830'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD95'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD95'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391830'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399004'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FA6'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399004'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393370'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D13'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393370'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393710'^^xsd:integer;
  dwc:scientificName 'Homarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B8'^^xsd:string;
  dwc:aphiaid '106862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393710'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '106862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394043'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B66'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B66'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394043'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390731'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032157'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032157'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390731'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399008'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FD1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FD1'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399008'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399015'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001003'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001003'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399015'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390140'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028542'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028542'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390140'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390124'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028542'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028542'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390124'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390491'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F1F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390491'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399043'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001030'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001030'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399043'^^xsd:string;
  dwc:observationDate '1980-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399242'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028555'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028555'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399242'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AA9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390155'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AA9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AA9E'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390155'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.928792"^^xsd:decimal ;
  dwc:decimalLongitude "-5.055791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  geo-pos:lat "51.928792"^^xsd:decimal ;
  geo-pos:long "-5.055791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390242'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.055791'^^xsd:double;
  dwc:latitude '51.928792'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBE5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390242'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390326'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030795'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030795'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390326'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003244D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390901'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003244D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003244D'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390901'^^xsd:string;
  dwc:observationDate '1980-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003241B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391159'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003241B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003241B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391159'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391309'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA9F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391309'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391708'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEBE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEBE'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391708'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391784'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE9'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391784'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001286E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392751'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001286E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001286E'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392751'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394104'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C14'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C14'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394104'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394138'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C96'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C96'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394138'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391733'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD5E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD5E'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391733'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391751'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD6D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD6D'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391751'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398648'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E13'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398648'^^xsd:string;
  dwc:observationDate '1978-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398843'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED3'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398843'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398938'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F33'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F33'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398938'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399120'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A7'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399120'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398649'^^xsd:integer;
  dwc:scientificName 'Pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E12'^^xsd:string;
  dwc:aphiaid '125736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398649'^^xsd:string;
  dwc:observationDate '1978-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '125736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001076C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392329'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001076C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001076C'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392329'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392330'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010776'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010776'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392330'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393340'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF3'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393340'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390542'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F59'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F59'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390542'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390882'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032321'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032321'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390882'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391621'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD3B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391621'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391931'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE55'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391931'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393402'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137DC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137DC'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393402'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392021'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C062'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C062'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392021'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392250'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF3C'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392250'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392633'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127B4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127B4'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392633'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393069'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B63'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B63'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393069'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393639'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D3'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393639'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393945'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147AF'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393945'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393985'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147CF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147CF'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393985'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394226'^^xsd:integer;
  dwc:scientificName 'Spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E07'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E07'^^xsd:string;
  dwc:aphiaid '129642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394226'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '129642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394286'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E92'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394286'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399196'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001100'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001100'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399196'^^xsd:string;
  dwc:observationDate '1978-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390299'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC9B'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390299'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392592'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127A7'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392592'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399138'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B8'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399138'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393330'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF8'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393330'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.695124"^^xsd:decimal ;
  dwc:decimalLongitude "-0.160737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  geo-pos:lat "50.695124"^^xsd:decimal ;
  geo-pos:long "-0.160737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393289'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.160737'^^xsd:double;
  dwc:latitude '50.695124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC1'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393289'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399203'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028585'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028585'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399203'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002857F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399211'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002857F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002857F'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399211'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390510'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F37'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390510'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391910'^^xsd:integer;
  dwc:scientificName 'Spinachia spinachia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE0C'^^xsd:string;
  dwc:aphiaid '126508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391910'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392577'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010832'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010832'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392577'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393465'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF7'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393465'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390186'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB36'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390186'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391456'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC23'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391456'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391459'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC13'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391459'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392060'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5D4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5D4'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392060'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399167'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D5'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399167'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71393001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71393001'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B09'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71393001'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393354'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D01'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393354'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393508'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014359'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014359'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393508'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393787'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A4'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393787'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398710'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E55'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398710'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398782'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E29'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E29'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398782'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390254'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC00'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390254'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390342'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307FE'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390342'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390339'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030808'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030808'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390339'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390615'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032018'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032018'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390615'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392358'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010701'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010701'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392358'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392302'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010746'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010746'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392302'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392303'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010758'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010758'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392303'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392947'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC4'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392947'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ACC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392935'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ACC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ACC'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392935'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393901'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014780'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014780'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393901'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391819'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD7C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391819'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400733 -3.204691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.400733"^^xsd:decimal ;
  dwc:decimalLongitude "-3.204691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.400733 -3.204691)"^^geo:wktLiteral ;
  geo-pos:lat "53.400733"^^xsd:decimal ;
  geo-pos:long "-3.204691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71390364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71390364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71390364'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030822'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.204691'^^xsd:double;
  dwc:latitude '53.400733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030822'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71390364'^^xsd:string;
  dwc:observationDate '1977-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001484C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394033'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001484C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001484C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394033'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399155'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010DA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010DA'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399155'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398628'^^xsd:integer;
  dwc:scientificName 'Didemnum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E07'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E07'^^xsd:string;
  dwc:aphiaid '103456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398628'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '103456'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398638'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E02'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398638'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393959'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C9'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393959'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392857'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A36'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392857'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391818'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD85'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD85'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391818'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391878'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC3'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391878'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393152'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C07'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C07'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393152'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391740'^^xsd:integer;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD74'^^xsd:string;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391740'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394122'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CB0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CB0'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394122'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392527'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F6'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392527'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C60B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392098'^^xsd:integer;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C60B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C60B'^^xsd:string;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392098'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393494'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014345'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014345'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393494'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392161'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6AA'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392161'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392489'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107BF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107BF'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392489'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391986'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF8B'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391986'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001456C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393752'^^xsd:integer;
  dwc:scientificName 'Sagartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001456C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001456C'^^xsd:string;
  dwc:aphiaid '100776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393752'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001080C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392536'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001080C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001080C'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392536'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001081B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392537'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001081B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001081B'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392537'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.557233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  geo-pos:lat "53.379415"^^xsd:decimal ;
  geo-pos:long "-4.557233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003080B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390354'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003080B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.557233'^^xsd:double;
  dwc:latitude '53.379415'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003080B'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390354'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393278'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB7'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393278'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393264'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB5'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393264'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398602'^^xsd:integer;
  dwc:scientificName 'Aplidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF4'^^xsd:string;
  dwc:aphiaid '103471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398602'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '103471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398979'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F79'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398979'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390148'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAAE'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390148'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390208'^^xsd:integer;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDDE'^^xsd:string;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390208'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390572'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032006'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032006'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390572'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BECF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391693'^^xsd:integer;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BECF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BECF'^^xsd:string;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391693'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390717'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032185'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032185'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390717'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399011'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001007'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001007'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399011'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390130'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854A'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390130'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390114'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854A'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390114'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003234D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390868'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003234D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003234D'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390868'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393213'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C7C'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393213'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391057'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F1'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391057'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393518'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014369'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014369'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393518'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393525'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014371'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014371'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393525'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001436F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393538'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001436F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001436F'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393538'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393806'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145C1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145C1'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393806'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391189'^^xsd:integer;
  dwc:scientificName 'Stictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325AA'^^xsd:string;
  dwc:aphiaid '144083'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391189'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '144083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391839'^^xsd:integer;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB3'^^xsd:string;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391839'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399189'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001103'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001103'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399189'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392282'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDDD'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392282'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392269'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD5'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392269'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390893'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032446'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032446'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390893'^^xsd:string;
  dwc:observationDate '1980-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392975'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF1'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392975'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391267'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032556'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032556'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391267'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394165'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D01'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394165'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394089'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B86'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B86'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394089'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393865'^^xsd:integer;
  dwc:scientificName 'Scomber scombrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014751'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014751'^^xsd:string;
  dwc:aphiaid '127023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393865'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001473D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393866'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001473D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001473D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393866'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393095'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B9E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393095'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390281'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC6A'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390281'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398692'^^xsd:integer;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E52'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E52'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398692'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000108D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399087'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000108D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000108D'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399087'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399091'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001087'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001087'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399091'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394013'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014810'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014810'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394013'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391992'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF54'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF54'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391992'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393729'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014564'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014564'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393729'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393758'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014576'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014576'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393758'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398909'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F12'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398909'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40417 -2.396666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40417"^^xsd:decimal ;
  dwc:decimalLongitude "-2.396666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40417 -2.396666)"^^geo:wktLiteral ;
  geo-pos:lat "49.40417"^^xsd:decimal ;
  geo-pos:long "-2.396666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392822'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129D2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.396666'^^xsd:double;
  dwc:latitude '49.40417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129D2'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392822'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398874'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF7'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398874'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393420'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F4'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393420'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393172'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C21'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393172'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393174'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C18'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393174'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390627'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032025'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032025'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390627'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393182'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C14'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C14'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393182'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392059'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C597'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C597'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392059'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C58D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392047'^^xsd:integer;
  dwc:scientificName 'Seguenzia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C58D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C58D'^^xsd:string;
  dwc:aphiaid '141430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392047'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '141430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ECD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398816'^^xsd:integer;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ECD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ECD'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398816'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398827'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC6'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398827'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392771'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128EF'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392771'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391176'^^xsd:integer;
  dwc:scientificName 'Dilsea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325AD'^^xsd:string;
  dwc:aphiaid '144031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391176'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '144031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391179'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B1'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391179'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392547'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010811'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010811'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392547'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002856F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399273'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002856F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002856F'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399273'^^xsd:string;
  dwc:observationDate '1979-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398583'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D34'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398583'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392774'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012936'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012936'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392774'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C56D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392038'^^xsd:integer;
  dwc:scientificName 'Seguenzia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C56D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C56D'^^xsd:string;
  dwc:aphiaid '141430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392038'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '141430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C60D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392079'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C60D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C60D'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392079'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391216'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032531'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032531'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391216'^^xsd:string;
  dwc:observationDate '1978-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390451'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E01'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390451'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391903'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE05'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391903'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391604'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD2E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391604'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391588'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD20'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391588'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391628'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD3E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD3E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391628'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391934'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE5C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391934'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391937'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE69'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE69'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391937'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003076C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390403'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003076C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003076C'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390403'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391020'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D6'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391020'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391023'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323DD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323DD'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391023'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392209'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E3'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392209'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399204'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028581'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028581'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399204'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392073'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5E5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5E5'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392073'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390317'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCCE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCCE'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390317'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390590'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FDF'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390590'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003247A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390948'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003247A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003247A'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390948'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391314'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAA6'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391314'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391356'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC8A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC8A'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391356'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391376'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC80'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391376'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391716'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC1'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391716'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391790'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEEC'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391790'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.073428 -7.642585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.073428"^^xsd:decimal ;
  dwc:decimalLongitude "-7.642585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.073428 -7.642585)"^^geo:wktLiteral ;
  geo-pos:lat "55.073428"^^xsd:decimal ;
  geo-pos:long "-7.642585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7971:71392036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C55B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7971'^^xsd:integer;
  dwc:catalogNumber '71392036'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C55B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.642585'^^xsd:double;
  dwc:latitude '55.073428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C55B'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7971:71392036'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392415'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010723'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010723'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392415'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392944'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD0'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392944'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ABE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392930'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ABE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ABE'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392930'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393210'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C78'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393210'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393222'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C82'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393222'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.680366"^^xsd:decimal ;
  dwc:decimalLongitude "-9.627181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  geo-pos:lat "52.680366"^^xsd:decimal ;
  geo-pos:long "-9.627181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394075'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.627181'^^xsd:double;
  dwc:latitude '52.680366'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B7B'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394075'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394139'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CB9'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394139'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393017'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B2B'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393017'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393282'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CAB'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393282'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398603'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DB2'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398603'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398953'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F47'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398953'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398954'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F4B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F4B'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398954'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390149'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAAA'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390149'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398644'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E11'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398644'^^xsd:string;
  dwc:observationDate '1978-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398645'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E16'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398645'^^xsd:string;
  dwc:observationDate '1978-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399114'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010AB'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399114'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393852'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014730'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014730'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393852'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392414'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010710'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010710'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392414'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394267'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E5C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394267'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390366'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307EE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307EE'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390366'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390926'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032465'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032465'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390926'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003248C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391105'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003248C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003248C'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391105'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391282'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000003'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000003'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391282'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391478'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC3E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC3E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391478'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391835'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD97'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391835'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392023'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C068'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C068'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392023'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392254'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF3F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF3F'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392254'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392241'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF38'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF38'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392241'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40345"^^xsd:decimal ;
  dwc:decimalLongitude "-2.395389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  geo-pos:lat "49.40345"^^xsd:decimal ;
  geo-pos:long "-2.395389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392827'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.395389'^^xsd:double;
  dwc:latitude '49.40345'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129EF'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392827'^^xsd:string;
  dwc:observationDate '1977-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393077'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B68'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B68'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393077'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390129'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028541'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028541'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390129'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390133'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028544'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028544'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390133'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390113'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028541'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028541'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390113'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390279'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC5D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC5D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390279'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390493'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F22'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390493'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390532'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F51'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F51'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390532'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390885'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032328'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032328'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390885'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003215E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390740'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003215E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003215E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390740'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399012'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001005'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001005'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399012'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394026'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014851'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014851'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394026'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393375'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D18'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393375'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394046'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B6D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B6D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394046'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392375'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010726'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010726'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392375'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001073B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392376'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001073B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001073B'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392376'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392367'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010731'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010731'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392367'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001287D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392743'^^xsd:integer;
  dwc:scientificName 'Dendrodoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001287D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001287D'^^xsd:string;
  dwc:aphiaid '103531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392743'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '103531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392863'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A4C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A4C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392863'^^xsd:string;
  dwc:observationDate '1980-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392337'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010779'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010779'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392337'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001076A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392336'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001076A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001076A'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392336'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392313'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010764'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010764'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392313'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392716'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012865'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012865'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392716'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392713'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012866'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012866'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392713'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392885'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A95'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A95'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392885'^^xsd:string;
  dwc:observationDate '1980-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392878'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A90'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A90'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392878'^^xsd:string;
  dwc:observationDate '1980-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392905'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA0'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392905'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392942'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD2'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392942'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001477E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393902'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001477E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001477E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393902'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393559'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014394'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014394'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393559'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393566'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A6'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393566'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000106F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399072'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000106F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000106F'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399072'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399081'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001085'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001085'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399081'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.235491"^^xsd:decimal ;
  dwc:decimalLongitude "-4.385146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  geo-pos:lat "50.235491"^^xsd:decimal ;
  geo-pos:long "-4.385146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390998'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.385146'^^xsd:double;
  dwc:latitude '50.235491'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C5'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390998'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398520'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C0B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398520'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393932'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A0'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393932'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392660'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012842'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012842'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392660'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393054'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B6C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B6C'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393054'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393621'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143CE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143CE'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393621'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393649'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D6'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393649'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392416'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010737'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010737'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392416'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393954'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B3'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393954'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393988'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D3'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393988'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392008'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFD8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392008'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390467'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E0E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390467'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393834'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014716'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014716'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393834'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003222A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390821'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003222A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003222A'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390821'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392869'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A59'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A59'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392869'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393336'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF4'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393336'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001082A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392571'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001082A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001082A'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392571'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393104'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD3'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393104'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391085'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032582'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032582'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391085'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393605'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C0'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393605'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390973'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A6'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390973'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003219E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390774'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003219E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003219E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390774'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C62A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392129'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C62A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C62A'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392129'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003218F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390745'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003218F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003218F'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390745'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393314'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE3'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393314'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393318'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CDC'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393318'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392089'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C606'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C606'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392089'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392593'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127A5'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392593'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393567'^^xsd:integer;
  dwc:scientificName 'Echinocardium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A5'^^xsd:string;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393567'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393587'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A0'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393587'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399186'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001109'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001109'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399186'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398540'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C36'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398540'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391198'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325D5'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391198'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392466'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B9'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392466'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392076'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5E2'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392076'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392133'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C668'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C668'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392133'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392147'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C677'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C677'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392147'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392162'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A7'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392162'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398517'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C18'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398517'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398524'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C08'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398524'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391972'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF1D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391972'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390808'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321EB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321EB'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390808'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393113'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BDB'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393113'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391492'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC60'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC60'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391492'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393413'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137EE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137EE'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393413'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393403'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137DB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137DB'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393403'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393991'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147E2'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393991'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394001'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147F1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147F1'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394001'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393388'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137D8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137D8'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393388'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393397'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137DE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137DE'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393397'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393130'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE3'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393130'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391908'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE0B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391908'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393924'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014796'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014796'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393924'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391007'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D0'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391007'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390568'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F9F'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390568'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390569'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032031'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032031'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390569'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.315926"^^xsd:decimal ;
  dwc:decimalLongitude "-4.810609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  geo-pos:lat "50.315926"^^xsd:decimal ;
  geo-pos:long "-4.810609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394167'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.810609'^^xsd:double;
  dwc:latitude '50.315926'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D28'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394167'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394097'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C0F'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394097'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394100'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C0C'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394100'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394113'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C50'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C50'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394113'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394117'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C4D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C4D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394117'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391728'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD5A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD5A'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391728'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391229'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032537'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032537'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391229'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393412'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137F8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137F8'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393412'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390423'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF1'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390423'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398889'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F03'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398889'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393557'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014386'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014386'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393557'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391553'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF9'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391553'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391651'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE84'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391651'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393695'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014414'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014414'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393695'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393672'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014404'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014404'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393672'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393615'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143BF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143BF'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393615'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393596'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C1'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393596'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393591'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B5'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393591'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391575'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD0C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391575'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390916'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032458'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032458'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390916'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394059'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B95'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B95'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394059'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394060'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B91'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394060'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390271'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC42'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390271'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001082F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392578'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001082F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001082F'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392578'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391453'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC25'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391453'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390990'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323BB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323BB'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390990'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393432'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD5'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393432'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000146FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393820'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000146FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000146FF'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393820'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001470D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393833'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001470D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001470D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393833'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003238D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390781'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003238D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003238D'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390781'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399145'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010CB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010CB'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399145'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399166'^^xsd:integer;
  dwc:scientificName 'Sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010DE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010DE'^^xsd:string;
  dwc:aphiaid '129549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399166'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399160'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D8'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399160'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392833'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A2F'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392833'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394235'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E3F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E3F'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394235'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394238'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E30'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394238'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391568'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD0D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391568'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391643'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE86'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE86'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391643'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392915'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB0'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392915'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399265'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010FC'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399265'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398866'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE5'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398866'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393937'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A4'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393937'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001434F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393497'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001434F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001434F'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393497'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001433F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393472'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001433F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001433F'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393472'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001283A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392673'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001283A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001283A'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392673'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392099'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5FF'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392099'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393242'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C94'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C94'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393242'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390680'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032123'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032123'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390680'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003210E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390690'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003210E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003210E'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390690'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390560'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FA4'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390560'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392078'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5EE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5EE'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392078'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398868'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EEA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EEA'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398868'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394307'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F07'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F07'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394307'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394319'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F15'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F15'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394319'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002E729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390505'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002E729'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002E729'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390505'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390499'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F34'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390499'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390495'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F2D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F2D'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390495'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391995'^^xsd:integer;
  dwc:scientificName 'Chelon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF7A'^^xsd:string;
  dwc:aphiaid '126030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391995'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '126030'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394007'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014815'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014815'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394007'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393467'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF5'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393467'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391256'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032561'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032561'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391256'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390843'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322AF'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390843'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393150'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF5'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393150'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393237'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C95'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C95'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393237'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393859'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014741'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014741'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393859'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000100A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399019'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000100A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000100A'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399019'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399020'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001009'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001009'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399020'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392960'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AEA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AEA'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392960'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390697'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320FD'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390697'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393133'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BFB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BFB'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393133'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393142'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF6'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393142'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393143'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C02'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393143'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393157'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF3'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393157'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393158'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C01'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393158'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390174'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB24'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390174'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393246'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C92'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393246'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392185'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D6'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392185'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392192'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D4'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392192'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390426'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF2'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390426'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394237'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E24'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394237'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392275'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD6'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392275'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392274'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD7'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392274'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399030'^^xsd:integer;
  dwc:scientificName 'Sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001029'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001029'^^xsd:string;
  dwc:aphiaid '129549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399030'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '129549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.102749"^^xsd:decimal ;
  dwc:decimalLongitude "-6.120723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  geo-pos:lat "55.102749"^^xsd:decimal ;
  geo-pos:long "-6.120723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393247'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.120723'^^xsd:double;
  dwc:latitude '55.102749'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C9D'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393247'^^xsd:string;
  dwc:observationDate '1980-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392776'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012942'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012942'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392776'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001296D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392807'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001296D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001296D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392807'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398910'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F1C'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398910'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398640'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E06'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398640'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390420'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DEE'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390420'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399275'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028571'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028571'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399275'^^xsd:string;
  dwc:observationDate '1979-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399278'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028570'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028570'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399278'^^xsd:string;
  dwc:observationDate '1979-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392207'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E9'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392207'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390776'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321CA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321CA'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390776'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390779'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321CF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321CF'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390779'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392954'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE9'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392954'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392971'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE4'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392971'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392782'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012934'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012934'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392782'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392780'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012937'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012937'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392780'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003200D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390600'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003200D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003200D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390600'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393817'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145BF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145BF'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393817'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002857C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399171'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002857C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002857C'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399171'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000103F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399047'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000103F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000103F'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399047'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391862'^^xsd:integer;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDCC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDCC'^^xsd:string;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391862'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399126'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010BB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010BB'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399126'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003229B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390836'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003229B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003229B'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390836'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398541'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C67'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C67'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398541'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398549'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C76'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C76'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398549'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C58B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392053'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C58B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C58B'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392053'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398829'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC4'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398829'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394304'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EE4'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394304'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391015'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032436'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032436'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391015'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393086'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BA6'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393086'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391178'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B0'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391178'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399170'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D2'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399170'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399154'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010CF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010CF'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399154'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001478F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393928'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001478F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001478F'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393928'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391506'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCBC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCBC'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391506'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393199'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C70'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C70'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393199'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393207'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C6D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C6D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393207'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394109'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C4F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C4F'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394109'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393972'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C1'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393972'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391460'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC1C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391460'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391735'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD58'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD58'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391735'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391752'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD69'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD69'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391752'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391842'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDB6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDB6'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391842'^^xsd:string;
  dwc:observationDate '1979-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C56C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392042'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C56C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C56C'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392042'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.507872"^^xsd:decimal ;
  dwc:decimalLongitude "-4.257807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.507872 -4.257807)"^^geo:wktLiteral ;
  geo-pos:lat "50.507872"^^xsd:decimal ;
  geo-pos:long "-4.257807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003200F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390596'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003200F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.257807'^^xsd:double;
  dwc:latitude '50.507872'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003200F'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390596'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ADE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392959'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ADE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ADE'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392959'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.798757"^^xsd:decimal ;
  dwc:decimalLongitude "-7.051418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  geo-pos:lat "57.798757"^^xsd:decimal ;
  geo-pos:long "-7.051418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392233'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E308'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.051418'^^xsd:double;
  dwc:latitude '57.798757'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E308'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392233'^^xsd:string;
  dwc:observationDate '1980-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.798757"^^xsd:decimal ;
  dwc:decimalLongitude "-7.051418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  geo-pos:lat "57.798757"^^xsd:decimal ;
  geo-pos:long "-7.051418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E30A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392235'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E30A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.051418'^^xsd:double;
  dwc:latitude '57.798757'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E30A'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392235'^^xsd:string;
  dwc:observationDate '1980-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398743'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E87'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398743'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392877'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A53'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A53'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392877'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393202'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C71'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393202'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393204'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C6F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C6F'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393204'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390300'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC96'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC96'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390300'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392980'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF4'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392980'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399162'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D4'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399162'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394298'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EE9'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394298'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391991'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF77'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391991'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393392'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137DF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137DF'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393392'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394161'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D06'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394161'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393434'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BDC'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393434'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393453'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE2'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393453'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003246E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390934'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003246E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003246E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390934'^^xsd:string;
  dwc:observationDate '1980-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393666'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F5'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393666'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392256'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDC6'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392256'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392267'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDCB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDCB'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392267'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392213'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2EE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2EE'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392213'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391764'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEDD'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391764'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394082'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B89'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B89'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394082'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391218'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032532'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032532'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391218'^^xsd:string;
  dwc:observationDate '1978-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393319'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE6'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393319'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398891'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF4'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398891'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398911'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F0E'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398911'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398924'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F23'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398924'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398929'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F20'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F20'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398929'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392113'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C640'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C640'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392113'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C65E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392114'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C65E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C65E'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392114'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390742'^^xsd:integer;
  dwc:scientificName 'Ammodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032386'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032386'^^xsd:string;
  dwc:aphiaid '125909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390742'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392986'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AED'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392986'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399185'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001104'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001104'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399185'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399191'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001108'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001108'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399191'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391028'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323DE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323DE'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391028'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391029'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323DB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323DB'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391029'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391078'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032404'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032404'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391078'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391099'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032411'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032411'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391099'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390767'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321A3'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390767'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001082B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392570'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001082B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001082B'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392570'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392230'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2FF'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392230'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393334'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF9'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393334'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393338'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF7'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393338'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390445'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E1B'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390445'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398563'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CAB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CAB'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398563'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391275'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032574'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032574'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391275'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391280'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032577'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032577'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391280'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391873'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC0'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391873'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393425'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD6'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393425'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398767'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E6D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E6D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398767'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391488'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC65'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC65'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391488'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391263'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032550'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032550'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391263'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391486'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC67'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC67'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391486'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.563226"^^xsd:decimal ;
  dwc:decimalLongitude "-3.702711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.563226 -3.702711)"^^geo:wktLiteral ;
  geo-pos:lat "54.563226"^^xsd:decimal ;
  geo-pos:long "-3.702711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71391952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71391952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71391952'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.702711'^^xsd:double;
  dwc:latitude '54.563226'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF03'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71391952'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393091'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B9C'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393091'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390667'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032376'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032376'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390667'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390691'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320FB'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390691'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394189'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D7C'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394189'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398686'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E43'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398686'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392293'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010750'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010750'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392293'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001288A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392757'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001288A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001288A'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392757'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392996'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B07'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B07'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392996'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.70105 -0.585338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.70105"^^xsd:decimal ;
  dwc:decimalLongitude "-0.585338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.70105 -0.585338)"^^geo:wktLiteral ;
  geo-pos:lat "50.70105"^^xsd:decimal ;
  geo-pos:long "-0.585338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393297'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CCE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.585338'^^xsd:double;
  dwc:latitude '50.70105'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CCE'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393297'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001435D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393511'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001435D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001435D'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393511'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393788'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A1'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393788'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393792'^^xsd:integer;
  dwc:scientificName 'Sepiola atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A9'^^xsd:string;
  dwc:aphiaid '141454'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393792'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '141454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393871'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014768'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014768'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393871'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394207'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DC0'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394207'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391485'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC70'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC70'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391485'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398705'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E61'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E61'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398705'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398709'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E5B'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398709'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390255'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD2'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390255'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDCA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390304'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDCA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDCA'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390304'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390343'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030801'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030801'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390343'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390336'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030809'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030809'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390336'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390338'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030807'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030807'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390338'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003227B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390831'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003227B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003227B'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390831'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391039'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323ED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323ED'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391039'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392656'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012850'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012850'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392656'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392084'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C611'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C611'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392084'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392095'^^xsd:integer;
  dwc:scientificName 'Sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5F5'^^xsd:string;
  dwc:aphiaid '129549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392095'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '129549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398869'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EDE'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398869'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398884'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F0C'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398884'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391767'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED6'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391767'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390692'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320E8'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390692'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398518'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C1E'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398518'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391227'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032534'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032534'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391227'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001480E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394009'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001480E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001480E'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394009'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393748'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014574'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014574'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393748'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001437C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393537'^^xsd:integer;
  dwc:scientificName 'Leptastacidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001437C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001437C'^^xsd:string;
  dwc:aphiaid '115158'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393537'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '115158'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001081F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392554'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001081F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001081F'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392554'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001473C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393862'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001473C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001473C'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393862'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398741'^^xsd:integer;
  dwc:scientificName 'Microciona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E95'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E95'^^xsd:string;
  dwc:aphiaid '131872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398741'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '167605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398744'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E7F'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398744'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390288'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC77'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390288'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398733'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E9C'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398733'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002857A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399175'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002857A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002857A'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399175'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.695124"^^xsd:decimal ;
  dwc:decimalLongitude "-0.160737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  geo-pos:lat "50.695124"^^xsd:decimal ;
  geo-pos:long "-0.160737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393286'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.160737'^^xsd:double;
  dwc:latitude '50.695124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC4'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393286'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.695124"^^xsd:decimal ;
  dwc:decimalLongitude "-0.160737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  geo-pos:lat "50.695124"^^xsd:decimal ;
  geo-pos:long "-0.160737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393288'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.160737'^^xsd:double;
  dwc:latitude '50.695124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC2'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393288'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391958'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF23'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391958'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391644'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE7F'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391644'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391640'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE90'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE90'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391640'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390269'^^xsd:integer;
  dwc:scientificName 'Leptopentacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCEC'^^xsd:string;
  dwc:aphiaid '123481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390269'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391571'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD08'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391571'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399269'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010E1'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399269'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390914'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032453'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032453'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390914'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390563'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F8A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F8A'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390563'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392143'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C662'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C662'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392143'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391503'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCA7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCA7'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391503'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390388'^^xsd:integer;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030810'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030810'^^xsd:string;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390388'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392840'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A30'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392840'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391805'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD87'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391805'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391868'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC5'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391868'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393391'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137E1'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393391'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393996'^^xsd:integer;
  dwc:scientificName 'Mycale lobata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147E7'^^xsd:string;
  dwc:aphiaid '156250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393996'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '1424119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391006'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032434'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032434'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391006'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391201'^^xsd:integer;
  dwc:scientificName 'Thyone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325E9'^^xsd:string;
  dwc:aphiaid '123494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391201'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391025'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E5'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391025'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399001'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F84'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399001'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394134'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C74'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394134'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391731'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD53'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD53'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391731'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391746'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD72'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD72'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391746'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398660'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E1F'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398660'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398769'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E72'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E72'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398769'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390757'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032389'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032389'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390757'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390762'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032387'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032387'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390762'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390770'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032189'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032189'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390770'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392100'^^xsd:integer;
  dwc:scientificName 'Alcyonium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C658'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C658'^^xsd:string;
  dwc:aphiaid '146892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392100'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003223B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390817'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003223B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003223B'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390817'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390760'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321B5'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390760'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398966'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F6A'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398966'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398970'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F50'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F50'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398970'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003258A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391101'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003258A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003258A'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391101'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003219C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390769'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003219C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003219C'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390769'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393489'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014339'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014339'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393489'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391094'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032408'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032408'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391094'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392158'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A2'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392158'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393339'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CED'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393339'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390985'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323B7'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390985'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390987'^^xsd:integer;
  dwc:scientificName 'Thyone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323BE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323BE'^^xsd:string;
  dwc:aphiaid '123494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390987'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001279F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392585'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001279F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001279F'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392585'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394029'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014837'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014837'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394029'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399049'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001042'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001042'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399049'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391817'^^xsd:integer;
  dwc:scientificName 'Thyone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD88'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD88'^^xsd:string;
  dwc:aphiaid '123494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391817'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391808'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD8B'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391808'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003243A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391026'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003243A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003243A'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391026'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390473'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E22'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390473'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398537'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C47'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398537'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398533'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C5C'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398533'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003254D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391236'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003254D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003254D'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391236'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391244'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032548'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032548'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391244'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399182'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001107'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001107'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399182'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000110A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399184'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000110A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000110A'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399184'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393585'^^xsd:integer;
  dwc:scientificName 'Sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143AA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143AA'^^xsd:string;
  dwc:aphiaid '129549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393585'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393655'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143FB'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393655'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392262'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDCE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDCE'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392262'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393102'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD7'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393102'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398560'^^xsd:integer;
  dwc:scientificName 'Botryllus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CC2'^^xsd:string;
  dwc:aphiaid '103529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398560'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '103529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398570'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CAA'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398570'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391748'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD6E'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391748'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398799'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EAE'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398799'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398806'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB2'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398806'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393417'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137EA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137EA'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393417'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.557233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  geo-pos:lat "53.379415"^^xsd:decimal ;
  geo-pos:long "-4.557233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390347'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307C0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.557233'^^xsd:double;
  dwc:latitude '53.379415'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307C0'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390347'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392493'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E0'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392493'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392494'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107EE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107EE'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392494'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392495'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107FF'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392495'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392534'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010804'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010804'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392534'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392533'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107F3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107F3'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392533'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001075C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392310'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001075C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001075C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392310'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71393003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71393003'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B0D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71393003'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393358'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D04'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393358'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393386'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D22'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393386'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399095'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001094'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001094'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399095'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399098'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001096'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001096'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399098'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390861'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322E9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322E9'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390861'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003213D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390712'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003213D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003213D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390712'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390939'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032475'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032475'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390939'^^xsd:string;
  dwc:observationDate '1980-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391038'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E8'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391038'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391532'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE6'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391532'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391688'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEAD'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391688'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.432704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  geo-pos:lat "50.888104"^^xsd:decimal ;
  geo-pos:long "-1.432704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392000'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.432704'^^xsd:double;
  dwc:latitude '50.888104'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF9B'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392000'^^xsd:string;
  dwc:observationDate '1977-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392354'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010703'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010703'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392354'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000106FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392351'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000106FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000106FD'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392351'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001074E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392288'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001074E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001074E'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392288'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392420'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010744'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010744'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392420'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392309'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010749'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010749'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392309'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390253'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD0'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390253'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390311'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCB3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCB3'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390311'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393799'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014599'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014599'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393799'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398944'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F42'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398944'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398656'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E18'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398656'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398658'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E1C'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398658'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392001'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFD2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFD2'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392001'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398654'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E17'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398654'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393393'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137DD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137DD'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393393'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393396'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137E2'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393396'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394112'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C5F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C5F'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394112'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394126'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CAF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CAF'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394126'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393300'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD4'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393300'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393301'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD3'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393301'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390231'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDC7'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390231'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392849'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A35'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A35'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392849'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399176'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028578'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028578'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399176'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399179'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028577'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028577'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399179'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000146FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393826'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000146FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000146FB'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393826'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391815'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD8D'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391815'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391811'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD7F'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391811'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399062'^^xsd:integer;
  dwc:scientificName 'Aulactinia verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001065'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001065'^^xsd:string;
  dwc:aphiaid '100815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399062'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '100819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398997'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FBF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FBF'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398997'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399000'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FAA'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399000'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392223'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E301'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E301'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392223'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394178'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D5A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D5A'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394178'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393190'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C42'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393190'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393658'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143F9'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393658'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393316'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE8'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393316'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003240D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391091'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003240D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003240D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391091'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393382'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D24'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393382'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394210'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DBC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DBC'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394210'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394213'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DBA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DBA'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394213'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390250'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC0E'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390250'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390247'^^xsd:integer;
  dwc:scientificName 'Botryllus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD3'^^xsd:string;
  dwc:aphiaid '103529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390247'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '103529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390252'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC0B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390252'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003243C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391037'^^xsd:integer;
  dwc:scientificName 'Ammodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003243C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003243C'^^xsd:string;
  dwc:aphiaid '125909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391037'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391043'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323EA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323EA'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391043'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391682'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB0'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391682'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.432704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  geo-pos:lat "50.888104"^^xsd:decimal ;
  geo-pos:long "-1.432704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391997'^^xsd:integer;
  dwc:scientificName 'Botryllus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.432704'^^xsd:double;
  dwc:latitude '50.888104'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF9C'^^xsd:string;
  dwc:aphiaid '103529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391997'^^xsd:string;
  dwc:observationDate '1977-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '103529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000106FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392355'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000106FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000106FE'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392355'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001288B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392758'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001288B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001288B'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392758'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392997'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B06'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392997'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393352'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D07'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D07'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393352'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003245E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390913'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003245E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003245E'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390913'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390554'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FC4'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390554'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398693'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E51'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E51'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398693'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398696'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E4E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E4E'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398696'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001472A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393863'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001472A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001472A'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393863'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393128'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE5'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393128'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393124'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BE9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BE9'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393124'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392512'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E7'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392512'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001438E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393554'^^xsd:integer;
  dwc:scientificName 'Sacculina carcini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001438E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001438E'^^xsd:string;
  dwc:aphiaid '134805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393554'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '134805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393555'^^xsd:integer;
  dwc:scientificName 'Adamsia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014390'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014390'^^xsd:string;
  dwc:aphiaid '100751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393555'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100754'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390791'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321C9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321C9'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390791'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398642'^^xsd:integer;
  dwc:scientificName 'Thyone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E00'^^xsd:string;
  dwc:aphiaid '123494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398642'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391666'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE9E'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391666'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001455E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393749'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001455E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001455E'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393749'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398796'^^xsd:integer;
  dwc:scientificName 'Dipturus batis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EAF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EAF'^^xsd:string;
  dwc:aphiaid '105869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398796'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '105869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391175'^^xsd:integer;
  dwc:scientificName 'Delesseria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325AC'^^xsd:string;
  dwc:aphiaid '143883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391175'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '143883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391177'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325AF'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391177'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393215'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C76'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C76'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393215'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C55E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392045'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C55E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C55E'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392045'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392967'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE7'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392967'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391619'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD42'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391619'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392323'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010766'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010766'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392323'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392900'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA4'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392900'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394148'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CCD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CCD'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394148'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001080A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392555'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001080A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001080A'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392555'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001081A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392556'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001081A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001081A'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392556'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393178'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C0B'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393178'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398612'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DC6'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398612'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398959'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F4A'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398959'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390156'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAB1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAB1'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390156'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390582'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FE7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FE7'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390582'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003259E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391143'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003259E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003259E'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391143'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391132'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032416'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032416'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391132'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003241E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391155'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003241E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003241E'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391155'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003241D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391157'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003241D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003241D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391157'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391308'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAAD'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391308'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391372'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC87'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391372'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391706'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC5'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391706'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391781'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEEF'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391781'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392173'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2B5'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392173'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392386'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010727'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010727'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392386'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392749'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012877'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012877'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392749'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393013'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B2D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B2D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393013'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393274'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CAE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CAE'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393274'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393367'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D1B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393367'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394199'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D9A'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394199'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392936'^^xsd:integer;
  dwc:scientificName 'Cyanea capillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD6'^^xsd:string;
  dwc:aphiaid '135301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392936'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '135301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392187'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2CD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2CD'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392187'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003237D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390714'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003237D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003237D'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390714'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399014'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001004'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001004'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399014'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399226'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028565'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028565'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399226'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390523'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F42'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390523'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390539'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F68'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F68'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390539'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390878'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032330'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032330'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390878'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391601'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD30'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391601'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391584'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD22'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391584'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391311'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAAC'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391311'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391363'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC8B'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391363'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391366'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC88'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC88'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391366'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392779'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128F7'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392779'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393067'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B6B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B6B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393067'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393632'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143DB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143DB'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393632'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393635'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D9'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393635'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394223'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DDD'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394223'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394219'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DE0'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394219'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394250'^^xsd:integer;
  dwc:scientificName 'Cereus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E7A'^^xsd:string;
  dwc:aphiaid '100774'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394250'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '100774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394285'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E9E'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394285'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390922'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032468'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032468'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390922'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391064'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323FB'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391064'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391062'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323FC'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391062'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391116'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324A0'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391116'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000000A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391281'^^xsd:integer;
  dwc:scientificName 'Ammodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000000A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000000A'^^xsd:string;
  dwc:aphiaid '125909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391281'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '125909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391473'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC43'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391473'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391829'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD98'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391829'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392246'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF3A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF3A'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392246'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003208C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390657'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003208C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003208C'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390657'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398937'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F35'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F35'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398937'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399118'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010AC'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399118'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392784'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128E8'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392784'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390195'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB54'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB54'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390195'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390375'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307F5'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390375'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398573'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CA5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CA5'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398573'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393986'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D2'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393986'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390219'^^xsd:integer;
  dwc:scientificName 'Maja'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD7'^^xsd:string;
  dwc:aphiaid '106909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390219'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '106909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391148'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A2'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391148'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391310'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAA4'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391310'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392862'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A4B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A4B'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392862'^^xsd:string;
  dwc:observationDate '1980-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392072'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5E0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5E0'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392072'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394270'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC7'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394270'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003215C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390733'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003215C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003215C'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390733'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391933'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE5A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE5A'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391933'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390381'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030825'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030825'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390381'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391824'^^xsd:integer;
  dwc:scientificName 'Cyclopterus lumpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDA1'^^xsd:string;
  dwc:aphiaid '127214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391824'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392817'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129A9'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392817'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393071'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B66'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B66'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393071'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393059'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B73'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B73'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393059'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394130'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C79'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394130'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394251'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E64'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E64'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394251'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393892'^^xsd:integer;
  dwc:scientificName 'Atelecyclus rotundatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014783'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014783'^^xsd:string;
  dwc:aphiaid '107273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393892'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '107273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394302'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EE2'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394302'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392590'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012799'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012799'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392590'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398780'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E2B'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398780'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398534'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C5F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C5F'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398534'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393844'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014723'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014723'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393844'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393882'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014771'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014771'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393882'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393398'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137DA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137DA'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393398'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393998'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147EF'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393998'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391917'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE24'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391917'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398794'^^xsd:integer;
  dwc:scientificName 'Conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA6'^^xsd:string;
  dwc:aphiaid '125624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398794'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '125624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000108F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399090'^^xsd:integer;
  dwc:scientificName 'Leander'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000108F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000108F'^^xsd:string;
  dwc:aphiaid '107031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399090'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '107031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390577'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032005'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032005'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390577'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390579'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FF6'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390579'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391127'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032592'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032592'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391127'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391357'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCA4'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391357'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391359'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCA1'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391359'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391785'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF3'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391785'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391778'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF9'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391778'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392171'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E294'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E294'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392171'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392172'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2B8'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392172'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001072A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392384'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001072A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001072A'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392384'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393271'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CBA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CBA'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393271'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393291'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CCB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CCB'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393291'^^xsd:string;
  dwc:observationDate '1979-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393702'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B9'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393702'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003216F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390732'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003216F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003216F'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390732'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390726'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032184'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032184'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390726'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399222'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028567'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028567'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399222'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002856A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399223'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002856A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002856A'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399223'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390537'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F85'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F85'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390537'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394232'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E45'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394232'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398637'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF9'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398637'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001440C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393671'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001440C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001440C'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393671'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394116'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C38'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C38'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394116'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398890'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EFC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EFC'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398890'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391967'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF1B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF1B'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391967'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390962'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032430'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032430'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390962'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392218'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2F9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2F9'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392218'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392225'^^xsd:integer;
  dwc:scientificName 'Mya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2FA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2FA'^^xsd:string;
  dwc:aphiaid '138211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392225'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '138211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398610'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DD8'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398610'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398677'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E41'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398677'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398678'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E3B'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398678'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398987'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F77'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398987'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398981'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F81'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398981'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392804'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012982'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012982'^^xsd:string;
  dwc:aphiaid '105729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392804'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '105729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001438B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393543'^^xsd:integer;
  dwc:scientificName 'Cerianthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001438B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001438B'^^xsd:string;
  dwc:aphiaid '100782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393543'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001438A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393553'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001438A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001438A'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393553'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390644'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032039'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032039'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390644'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391016'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E2'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391016'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392198'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2EB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2EB'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392198'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392245'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF43'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392245'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392630'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127BA'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392630'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392813'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129B8'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392813'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393063'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B75'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B75'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393063'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399122'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010AE'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399122'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390382'^^xsd:integer;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030826'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030826'^^xsd:string;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390382'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390660'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032098'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032098'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390660'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393644'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E8'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393644'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394224'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E03'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394224'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394253'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E6E'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394253'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394282'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EBB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EBB'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394282'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391112'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324B2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324B2'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391112'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391440'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBFC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBFC'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391440'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391826'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD9E'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391826'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003233E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390875'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003233E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003233E'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390875'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392714'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012864'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012864'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392714'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392937'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC7'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392937'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394143'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F1A'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394143'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394145'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CDF'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394145'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390211'^^xsd:integer;
  dwc:scientificName 'Crepidula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD6'^^xsd:string;
  dwc:aphiaid '137722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390211'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390215'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB95'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB95'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390215'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390327'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030798'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030798'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390327'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003079B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390323'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003079B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003079B'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390323'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391962'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF0A'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391962'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390981'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C1'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390981'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398762'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E75'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E75'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398762'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398755'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E70'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E70'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398755'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398968'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F55'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398968'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392160'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6AE'^^xsd:string;
  dwc:aphiaid '105729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392160'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '105729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392091'^^xsd:integer;
  dwc:scientificName 'Lucinoma borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C610'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C610'^^xsd:string;
  dwc:aphiaid '140283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392091'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391554'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD13'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391554'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391533'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCFD'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391533'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391657'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE9F'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391657'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391646'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE93'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE93'^^xsd:string;
  dwc:aphiaid '105729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391646'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '105729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391632'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE8B'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391632'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391629'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE89'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE89'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391629'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392922'^^xsd:integer;
  dwc:scientificName 'Plumaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB8'^^xsd:string;
  dwc:aphiaid '144603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392922'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '144603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390907'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032460'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032460'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390907'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003245C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390903'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003245C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003245C'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390903'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394058'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B71'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394058'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393604'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B4'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393604'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003257D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391072'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003257D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003257D'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391072'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.798757"^^xsd:decimal ;
  dwc:decimalLongitude "-7.051418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.798757 -7.051418)"^^geo:wktLiteral ;
  geo-pos:lat "57.798757"^^xsd:decimal ;
  geo-pos:long "-7.051418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392238'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E307'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.051418'^^xsd:double;
  dwc:latitude '57.798757'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E307'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392238'^^xsd:string;
  dwc:observationDate '1980-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393955'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C6'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393955'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399163'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010CE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010CE'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399163'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398994'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FA5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FA5'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398994'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002856E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399277'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002856E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002856E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399277'^^xsd:string;
  dwc:observationDate '1979-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391717'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD5D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD5D'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391717'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391722'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD61'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD61'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391722'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390471'^^xsd:integer;
  dwc:scientificName 'Entelurus aequoreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E25'^^xsd:string;
  dwc:aphiaid '127379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390471'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '127379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.102749"^^xsd:decimal ;
  dwc:decimalLongitude "-6.120723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  geo-pos:lat "55.102749"^^xsd:decimal ;
  geo-pos:long "-6.120723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393250'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.120723'^^xsd:double;
  dwc:latitude '55.102749'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C9C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393250'^^xsd:string;
  dwc:observationDate '1980-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393853'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014757'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014757'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393853'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393326'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF6'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393326'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390503'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F2C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F2C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390503'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393046'^^xsd:integer;
  dwc:scientificName 'Amphitritides gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B60'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B60'^^xsd:string;
  dwc:aphiaid '131480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393046'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '131480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393987'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147CB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147CB'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393987'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394262'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E7B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E7B'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394262'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394287'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E84'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394287'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394281'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC2'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394281'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394283'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EBC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EBC'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394283'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393462'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF3'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393462'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392524'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107ED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107ED'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392524'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392525'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107FE'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392525'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003253E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391246'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003253E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003253E'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391246'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394102'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C05'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394102'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394119'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C46'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394119'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394133'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C87'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394133'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398569'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CB9'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398569'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393463'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF9'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393463'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392251'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF37'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392251'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390298'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC94'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC94'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390298'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393192'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C25'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393192'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390198'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB4F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB4F'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390198'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391066'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F8'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391066'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391119'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032486'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032486'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391119'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003236E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390675'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003236E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003236E'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390675'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398807'^^xsd:integer;
  dwc:scientificName 'Thyone fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB5'^^xsd:string;
  dwc:aphiaid '124670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398807'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '124670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390185'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB3F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB3F'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390185'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391753'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE0'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391753'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391760'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE4'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391760'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398773'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E27'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398773'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393238'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C99'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C99'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393238'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392182'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2DA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2DA'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392182'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393712'^^xsd:integer;
  dwc:scientificName 'Cerianthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014555'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014555'^^xsd:string;
  dwc:aphiaid '100782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393712'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '100782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399143'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010CA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010CA'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399143'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399144'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C1'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399144'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390834'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322B6'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390834'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393136'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C08'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393136'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393139'^^xsd:integer;
  dwc:scientificName 'Cerianthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C05'^^xsd:string;
  dwc:aphiaid '100782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393139'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393148'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BFA'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393148'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390429'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DED'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390429'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390265'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC32'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390265'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390552'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FC7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FC7'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390552'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393682'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014403'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014403'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393682'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.709546 -1.859738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.709546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.859738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.709546 -1.859738)"^^geo:wktLiteral ;
  geo-pos:lat "50.709546"^^xsd:decimal ;
  geo-pos:long "-1.859738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392014'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.859738'^^xsd:double;
  dwc:latitude '50.709546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFF0'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392014'^^xsd:string;
  dwc:observationDate '1977-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390676'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032107'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032107'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390676'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391761'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEDE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEDE'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391761'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398777'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E25'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398777'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398727'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E83'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E83'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398727'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392770'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128C3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128C3'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392770'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392874'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A52'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A52'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392874'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393999'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147DC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147DC'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393999'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392304'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010742'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010742'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392304'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392305'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010754'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010754'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392305'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392761'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012881'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012881'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392761'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393355'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CFD'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393355'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393785'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014581'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014581'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393785'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390184'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB30'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390184'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391918'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE12'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391918'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390855'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032399'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032399'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390855'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390708'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032128'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032128'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390708'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391529'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE2'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391529'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391685'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA7'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391685'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391458'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC1A'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391458'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390543'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F4B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F4B'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390543'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399225'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028569'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028569'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399225'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390492'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F1C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F1C'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390492'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003202C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390486'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003202C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003202C'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390486'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390521'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032030'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032030'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390521'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391208'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B5'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391208'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391602'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD2B'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391602'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391585'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD1D'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391585'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391622'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD3A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD3A'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391622'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391616'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD4C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD4C'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391616'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392331'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010763'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010763'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392331'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392332'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010771'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010771'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392332'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394142'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F1E'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394142'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391153'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A8'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391153'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BECC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391702'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BECC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BECC'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391702'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392176'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E287'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E287'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392176'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392170'^^xsd:integer;
  dwc:scientificName 'Delesseria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2B4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2B4'^^xsd:string;
  dwc:aphiaid '143883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392170'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '143883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001286A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392752'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001286A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001286A'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392752'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392919'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AAF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AAF'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392919'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394056'^^xsd:integer;
  dwc:scientificName 'Golfingia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B8F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B8F'^^xsd:string;
  dwc:aphiaid '136041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394056'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '175026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393688'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014412'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014412'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393688'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392760'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012885'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012885'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392760'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393783'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014597'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014597'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393783'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393870'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014765'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014765'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393870'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398615'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DAC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DAC'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398615'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390153'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAB5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAB5'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390153'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390221'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDD9'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390221'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FCA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390587'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FCA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FCA'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390587'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003258E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391126'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003258E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003258E'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391126'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003258D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391129'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003258D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003258D'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391129'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393239'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C9A'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393239'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390397'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030819'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030819'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390397'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392153'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6AB'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392153'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398516'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C10'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398516'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398523'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C16'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398523'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003244B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390895'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003244B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003244B'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390895'^^xsd:string;
  dwc:observationDate '1980-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391800'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD82'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391800'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C66F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392132'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C66F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C66F'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392132'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390800'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321F5'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390800'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398551'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C89'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C89'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398551'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399133'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B6'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399133'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391004'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D2'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391004'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393200'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C73'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C73'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393200'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000100C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399018'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000100C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000100C'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399018'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399168'^^xsd:integer;
  dwc:scientificName 'Corystes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010DF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010DF'^^xsd:string;
  dwc:aphiaid '106877'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399168'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '106877'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399169'^^xsd:integer;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010DC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010DC'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399169'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393085'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BA3'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393085'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391050'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F2'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391050'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001456D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393728'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001456D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001456D'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393728'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C59B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392052'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C59B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C59B'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392052'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390623'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032026'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032026'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390623'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398859'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE6'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398859'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398904'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F18'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398904'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398921'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F2C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F2C'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398921'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C56E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392041'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C56E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C56E'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392041'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393471'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014347'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014347'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393471'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390442'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E04'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390442'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390443'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E08'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390443'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001434D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393488'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001434D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001434D'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393488'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392665'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012838'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012838'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392665'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390653'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032091'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032091'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390653'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392788'^^xsd:integer;
  dwc:scientificName 'Ascidia conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012963'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012963'^^xsd:string;
  dwc:aphiaid '103702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392788'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '103702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001296B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392802'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001296B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001296B'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392802'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392154'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6AD'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392154'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392157'^^xsd:integer;
  dwc:scientificName 'Ophryotrocha gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A5'^^xsd:string;
  dwc:aphiaid '130023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392157'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '130023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390873'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032332'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032332'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390873'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391596'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD32'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391596'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390138'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854E'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390138'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390122'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854E'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390122'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398608'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DCB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DCB'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398608'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399041'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001035'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001035'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399041'^^xsd:string;
  dwc:observationDate '1980-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390222'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDE0'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390222'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003247D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390945'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003247D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003247D'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390945'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391163'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A3'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391163'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391151'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032420'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032420'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391151'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391697'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC6'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391697'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394217'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E04'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394217'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394094'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C30'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394094'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393212'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C7F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393212'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393221'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C84'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393221'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394140'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CD2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CD2'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394140'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391723'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD5B'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391723'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391744'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD6A'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391744'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391610'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD43'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391610'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ACA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392950'^^xsd:integer;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ACA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ACA'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392950'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390639'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032351'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032351'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390639'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390305'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDCB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDCB'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390305'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390828'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032274'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032274'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390828'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390702'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032377'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032377'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390702'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391678'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB1'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391678'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393762'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014590'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014590'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393762'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394205'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DBE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DBE'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394205'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398684'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E44'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E44'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398684'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391024'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E0'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391024'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398763'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E6E'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398763'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392766'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128E0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128E0'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392766'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393562'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143AE'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393562'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003253A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391223'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003253A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003253A'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391223'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391955'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF22'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391955'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398532'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C40'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C40'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398532'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393333'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CF5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CF5'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393333'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396724'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D4'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396724'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F77E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396377'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F77E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F77E'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396377'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395443'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9FE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9FE'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395443'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395210'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD79'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD79'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395210'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394460'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC74'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC74'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394460'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F67E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396124'^^xsd:integer;
  dwc:scientificName 'Audouinella purpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F67E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F67E'^^xsd:string;
  dwc:aphiaid '146531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396124'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396404'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F747'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F747'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396404'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396405'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F750'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F750'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396405'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395050'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCFE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCFE'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395050'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395051'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A912'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A912'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395051'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395068'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCF3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCF3'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395068'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395069'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD02'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD02'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395069'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396742'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B8'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396742'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396286'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6FA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6FA'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396286'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396287'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F717'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F717'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396287'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396288'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6CB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6CB'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396288'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395070'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8FA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8FA'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395070'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395048'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCE2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCE2'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395048'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395049'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCF1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCF1'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395049'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395638'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA58'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA58'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395638'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395439'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E4'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395439'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395440'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9EB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9EB'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395440'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395441'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F1'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395441'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395442'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F5'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395442'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F65F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396076'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F65F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F65F'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396076'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F66E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396077'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F66E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F66E'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396077'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F67A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396078'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F67A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F67A'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396078'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396087'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F643'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F643'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396087'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396088'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F652'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F652'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396088'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C48D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397462'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C48D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C48D'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397462'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397054'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226B6'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226B6'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397054'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397055'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226B0'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226B0'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397055'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397430'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B958'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B958'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397430'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C46F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397438'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C46F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C46F'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397438'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397070'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226CA'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226CA'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397070'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390929'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032472'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032472'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390929'^^xsd:string;
  dwc:observationDate '1980-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393565'^^xsd:integer;
  dwc:scientificName 'Cerianthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143AD'^^xsd:string;
  dwc:aphiaid '100782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393565'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398526'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C42'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398526'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393395'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137D7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137D7'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393395'^^xsd:string;
  dwc:observationDate '1980-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390170'^^xsd:integer;
  dwc:scientificName 'Urticina eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCD5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCD5'^^xsd:string;
  dwc:aphiaid '100833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390170'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '100833'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393650'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143FA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143FA'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393650'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393450'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BEA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BEA'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393450'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391915'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE16'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391915'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003081D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390389'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003081D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003081D'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390389'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394017'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014867'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014867'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394017'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392848'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A2E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392848'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000104F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399067'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000104F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000104F'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399067'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391791'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD84'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391791'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391799'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD89'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD89'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391799'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393115'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BEB'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393115'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391857'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDC2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDC2'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391857'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003081F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390416'^^xsd:integer;
  dwc:scientificName 'Onchidella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003081F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003081F'^^xsd:string;
  dwc:aphiaid '138283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390416'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003254E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391234'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003254E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003254E'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391234'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391077'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032403'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032403'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391077'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001433E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393482'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001433E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001433E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393482'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001284E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392672'^^xsd:integer;
  dwc:scientificName 'Macropodia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001284E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001284E'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392672'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392662'^^xsd:integer;
  dwc:scientificName 'Molva molva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012851'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012851'^^xsd:string;
  dwc:aphiaid '126461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392662'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '126461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398578'^^xsd:integer;
  dwc:scientificName 'Scypha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CBE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CBE'^^xsd:string;
  dwc:aphiaid '131719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398578'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '131723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392264'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD0'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392264'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393886'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014774'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014774'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393886'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390795'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321F7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321F7'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390795'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000106E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399077'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000106E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000106E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399077'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398896'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F1A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F1A'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398896'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398914'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F2E'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398914'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3414"^^xsd:decimal ;
  dwc:decimalLongitude "-3.406654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3414 -3.406654)"^^geo:wktLiteral ;
  geo-pos:lat "50.3414"^^xsd:decimal ;
  geo-pos:long "-3.406654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398786'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.406654'^^xsd:double;
  dwc:latitude '50.3414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA3'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398786'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393803'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145C2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145C2'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393803'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393807'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145C3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145C3'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393807'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400146'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285AC'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400146'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390374'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307ED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307ED'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390374'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003246A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390919'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003246A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003246A'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390919'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003248B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391115'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003248B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003248B'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391115'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.74539"^^xsd:decimal ;
  dwc:decimalLongitude "-5.188279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.74539 -5.188279)"^^geo:wktLiteral ;
  geo-pos:lat "51.74539"^^xsd:decimal ;
  geo-pos:long "-5.188279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391289'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000002'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.188279'^^xsd:double;
  dwc:latitude '51.74539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000002'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391289'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391472'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC2E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC2E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391472'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391820'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD9B'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391820'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393074'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B77'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393074'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393065'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B5C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393065'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393634'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143CD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143CD'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393634'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393623'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143E4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143E4'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393623'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393979'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D9'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393979'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394222'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DC8'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394222'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000FE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399005'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000FE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000FE4'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399005'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390518'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F49'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F49'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390518'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390530'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F6C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F6C'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390530'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390865'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032334'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032334'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390865'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391576'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD25'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391576'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391580'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD26'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391580'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391595'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD36'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391595'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391589'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD34'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391589'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391625'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD4D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD4D'^^xsd:string;
  dwc:aphiaid '105729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391625'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '105729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ABD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392941'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ABD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ABD'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392941'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.680366"^^xsd:decimal ;
  dwc:decimalLongitude "-9.627181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.680366 -9.627181)"^^geo:wktLiteral ;
  geo-pos:lat "52.680366"^^xsd:decimal ;
  geo-pos:long "-9.627181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394069'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.627181'^^xsd:double;
  dwc:latitude '52.680366'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B7E'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394069'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394147'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CB8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CB8'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394147'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398647'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E10'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398647'^^xsd:string;
  dwc:observationDate '1978-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398932'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F36'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F36'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398932'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398936'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F3A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F3A'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398936'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.298397"^^xsd:decimal ;
  dwc:decimalLongitude "-4.10216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.298397 -4.10216)"^^geo:wktLiteral ;
  geo-pos:lat "53.298397"^^xsd:decimal ;
  geo-pos:long "-4.10216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003080D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390358'^^xsd:integer;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003080D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.10216'^^xsd:double;
  dwc:latitude '53.298397'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003080D'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390358'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391989'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF8C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF8C'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391989'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394005'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014834'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014834'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394005'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392216'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E305'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E305'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392216'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392865'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A5A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A5A'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392865'^^xsd:string;
  dwc:observationDate '1980-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBCA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390225'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBCA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBCA'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390225'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390227'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCDF'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390227'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390162'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB4A'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390162'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392258'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDCF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDCF'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392258'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393116'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BEA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BEA'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393116'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399085'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001091'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001091'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399085'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392790'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012985'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012985'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392790'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.695124"^^xsd:decimal ;
  dwc:decimalLongitude "-0.160737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695124 -0.160737)"^^geo:wktLiteral ;
  geo-pos:lat "50.695124"^^xsd:decimal ;
  geo-pos:long "-0.160737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393284'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.160737'^^xsd:double;
  dwc:latitude '50.695124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CC6'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393284'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391186'^^xsd:integer;
  dwc:scientificName 'Pilumnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325AE'^^xsd:string;
  dwc:aphiaid '106941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391186'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '106941'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398622'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DFF'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398622'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391745'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD73'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD73'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391745'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394123'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CA1'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394123'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.086439"^^xsd:decimal ;
  dwc:decimalLongitude "-6.582562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.086439 -6.582562)"^^geo:wktLiteral ;
  geo-pos:lat "58.086439"^^xsd:decimal ;
  geo-pos:long "-6.582562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392067'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5E4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.582562'^^xsd:double;
  dwc:latitude '58.086439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5E4'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392067'^^xsd:string;
  dwc:observationDate '1980-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393084'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BAA'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393084'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390673'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032125'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032125'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390673'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390176'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB3C'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390176'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390180'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB45'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390180'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393137'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C06'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393137'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399159'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010DB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010DB'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399159'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393960'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147C7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147C7'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393960'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92474"^^xsd:decimal ;
  dwc:decimalLongitude "-5.565069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92474 -5.565069)"^^geo:wktLiteral ;
  geo-pos:lat "53.92474"^^xsd:decimal ;
  geo-pos:long "-5.565069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391922'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.565069'^^xsd:double;
  dwc:latitude '53.92474'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE43'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391922'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.709546 -1.859738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.709546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.859738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.709546 -1.859738)"^^geo:wktLiteral ;
  geo-pos:lat "50.709546"^^xsd:decimal ;
  geo-pos:long "-1.859738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C01A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392011'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C01A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.859738'^^xsd:double;
  dwc:latitude '50.709546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C01A'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392011'^^xsd:string;
  dwc:observationDate '1977-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391637'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE91'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391637'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391635'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE8D'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391635'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390421'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF7'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390421'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391984'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF35'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF35'^^xsd:string;
  dwc:aphiaid '105729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391984'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '105729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393347'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D0C'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393347'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393777'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014586'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014586'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393777'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394180'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D45'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394180'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392222'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2ED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2ED'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392222'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393273'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA5'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393273'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393700'^^xsd:integer;
  dwc:scientificName 'Cerianthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B6'^^xsd:string;
  dwc:aphiaid '100782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393700'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '100782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BECE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391714'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BECE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BECE'^^xsd:string;
  dwc:aphiaid '105729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391714'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '105729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BECA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391696'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BECA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BECA'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391696'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391788'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF7'^^xsd:string;
  dwc:aphiaid '105729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391788'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '105729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391775'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF4'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391775'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391771'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF2'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391771'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.073428 -7.642585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.073428"^^xsd:decimal ;
  dwc:decimalLongitude "-7.642585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.073428 -7.642585)"^^geo:wktLiteral ;
  geo-pos:lat "55.073428"^^xsd:decimal ;
  geo-pos:long "-7.642585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7971:71392034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C55A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7971'^^xsd:integer;
  dwc:catalogNumber '71392034'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C55A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.642585'^^xsd:double;
  dwc:latitude '55.073428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C55A'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7971:71392034'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.073428 -7.642585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.073428"^^xsd:decimal ;
  dwc:decimalLongitude "-7.642585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.073428 -7.642585)"^^geo:wktLiteral ;
  geo-pos:lat "55.073428"^^xsd:decimal ;
  geo-pos:long "-7.642585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7971%3A71392035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7971:71392035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7971'^^xsd:integer;
  dwc:catalogNumber '71392035'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C546'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.642585'^^xsd:double;
  dwc:latitude '55.073428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C546'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7971:71392035'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392733'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012879'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012879'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392733'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001287E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392741'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001287E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001287E'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392741'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393253'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB0'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393253'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390847'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322F5'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390847'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390935'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032477'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032477'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390935'^^xsd:string;
  dwc:observationDate '1980-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398685'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E42'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E42'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398685'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398682'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E45'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398682'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398699'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E5D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E5D'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398699'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398707'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E54'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E54'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398707'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391677'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB6'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391677'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398676'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E3E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E3E'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398676'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398950'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F4C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F4C'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398950'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398958'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F46'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398958'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390218'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB5F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB5F'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390218'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.928792"^^xsd:decimal ;
  dwc:decimalLongitude "-5.055791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  geo-pos:lat "51.928792"^^xsd:decimal ;
  geo-pos:long "-5.055791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390240'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCD4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.055791'^^xsd:double;
  dwc:latitude '51.928792'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCD4'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390240'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.928792"^^xsd:decimal ;
  dwc:decimalLongitude "-5.055791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928792 -5.055791)"^^geo:wktLiteral ;
  geo-pos:lat "51.928792"^^xsd:decimal ;
  geo-pos:long "-5.055791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390241'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.055791'^^xsd:double;
  dwc:latitude '51.928792'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE6'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390241'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390897'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032451'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032451'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390897'^^xsd:string;
  dwc:observationDate '1980-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390944'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032480'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032480'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390944'^^xsd:string;
  dwc:observationDate '1980-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391131'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032415'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032415'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391131'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398595'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D9A'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398595'^^xsd:string;
  dwc:observationDate '1978-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394023'^^xsd:integer;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014860'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014860'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394023'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391801'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD8C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD8C'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391801'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390150'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAB3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAB3'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390150'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390207'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB87'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390207'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390533'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F77'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390533'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003234E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390872'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003234E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003234E'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390872'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391611'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD4E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD4E'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391611'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392891'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA6'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392891'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012ACF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392929'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012ACF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012ACF'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392929'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392932'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC5'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392932'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393224'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C8C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C8C'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393224'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394144'^^xsd:integer;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F1F'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394144'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393767'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A3'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393767'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391106'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324B3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324B3'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391106'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391437'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC04'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391437'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391434'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBFD'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391434'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391464'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC48'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391464'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393055'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B79'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393055'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400147'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285AB'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400147'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398975'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F7F'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398975'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399236'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028558'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028558'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399236'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390576'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032007'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032007'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390576'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001073F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392371'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001073F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001073F'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392371'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393265'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CBB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CBB'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393265'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393259'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB6'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393259'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390723'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032186'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032186'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390723'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390134'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854B'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390134'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390131'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028548'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028548'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390131'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390115'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028548'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028548'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390115'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390118'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854B'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390118'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390826'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032292'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032292'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390826'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390853'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032310'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032310'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390853'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003201B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390612'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003201B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003201B'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390612'^^xsd:string;
  dwc:observationDate '1981-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.247767"^^xsd:decimal ;
  dwc:decimalLongitude "-3.684417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.247767 -3.684417)"^^geo:wktLiteral ;
  geo-pos:lat "50.247767"^^xsd:decimal ;
  geo-pos:long "-3.684417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398653'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E19'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.684417'^^xsd:double;
  dwc:latitude '50.247767'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E19'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398653'^^xsd:string;
  dwc:observationDate '1978-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.432704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888104 -1.432704)"^^geo:wktLiteral ;
  geo-pos:lat "50.888104"^^xsd:decimal ;
  geo-pos:long "-1.432704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391999'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.432704'^^xsd:double;
  dwc:latitude '50.888104'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFC9'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391999'^^xsd:string;
  dwc:observationDate '1977-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.70105 -0.585338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.70105"^^xsd:decimal ;
  dwc:decimalLongitude "-0.585338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.70105 -0.585338)"^^geo:wktLiteral ;
  geo-pos:lat "50.70105"^^xsd:decimal ;
  geo-pos:long "-0.585338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393296'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CCF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.585338'^^xsd:double;
  dwc:latitude '50.70105'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CCF'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393296'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001435E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393502'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001435E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001435E'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393502'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398934'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F39'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398934'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390955'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A3'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390955'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C65F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392115'^^xsd:integer;
  dwc:scientificName 'Inachus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C65F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C65F'^^xsd:string;
  dwc:aphiaid '106905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392115'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '106905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390752'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321C6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321C6'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390752'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003257E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391070'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003257E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003257E'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391070'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393909'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014798'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014798'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393909'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001479B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393911'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001479B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001479B'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393911'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398721'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E93'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E93'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398721'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398729'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E8A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E8A'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398729'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390232'^^xsd:integer;
  dwc:scientificName 'Solea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE2'^^xsd:string;
  dwc:aphiaid '126132'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390232'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126132'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393542'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014388'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014388'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393542'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390637'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032061'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032061'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390637'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71393331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71393331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71393331'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CFA'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71393331'^^xsd:string;
  dwc:observationDate '1980-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399180'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001106'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001106'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399180'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394275'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EC6'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394275'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391513'^^xsd:integer;
  dwc:scientificName 'Tunicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCDF'^^xsd:string;
  dwc:aphiaid '146420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391513'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392653'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012854'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012854'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392653'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398515'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C1F'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398515'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399128'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010B9'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399128'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392197'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2EA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2EA'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392197'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394812'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDE2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDE2'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394812'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396175'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A9'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396175'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394388'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E39'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E39'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394388'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394789'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDB8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDB8'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394789'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394698'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED7B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED7B'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394698'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394795'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDEC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDEC'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394795'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394787'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDA3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDA3'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394787'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394788'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDA8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDA8'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394788'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396348'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F754'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F754'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396348'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F76C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396349'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F76C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F76C'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396349'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396045'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F644'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F644'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396045'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394440'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC2D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC2D'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394440'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394441'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E4C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E4C'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394441'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396354'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7BE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7BE'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396354'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396355'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C8'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396355'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396359'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F775'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F775'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396359'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F77B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396360'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F77B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F77B'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396360'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396017'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F633'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F633'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396017'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396016'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F631'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F631'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396016'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394611'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED3'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394611'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394575'^^xsd:integer;
  dwc:scientificName 'Champia parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED29'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED29'^^xsd:string;
  dwc:aphiaid '145804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394575'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145804'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394610'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECEE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECEE'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394610'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394472'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC6B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC6B'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394472'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396139'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396139'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396292'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F6'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396292'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394390'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC29'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC29'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394390'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396494'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F804'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F804'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396494'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F81F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396495'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F81F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F81F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396495'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396496'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F835'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F835'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396496'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394385'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC0B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC0B'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394385'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394386'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC13'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC13'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394386'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002784D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394346'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002784D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002784D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394346'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002784F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394347'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002784F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002784F'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394347'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394547'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC6C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC6C'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394547'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394525'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E87'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E87'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394525'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396478'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F801'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F801'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396478'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396311'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F770'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F770'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396311'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394751'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F2E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F2E'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394751'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394752'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F34'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F34'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394752'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F75F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396310'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F75F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F75F'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396310'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396343'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F791'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F791'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396343'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394750'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F24'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F24'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394750'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397946'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005DC'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005DC'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397946'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396850'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020651'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020651'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396850'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395648'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF5A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF5A'^^xsd:string;
  dwc:aphiaid '131051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395648'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395637'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF3B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF3B'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395637'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396735'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205EB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205EB'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396735'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396744'^^xsd:integer;
  dwc:scientificName 'Spirorbis corallinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D7'^^xsd:string;
  dwc:aphiaid '131224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396744'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '334839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396745'^^xsd:integer;
  dwc:scientificName 'Spirorbis corallinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205EC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205EC'^^xsd:string;
  dwc:aphiaid '131224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396745'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '334839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396673'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020255'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020255'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396673'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396674'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB08'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB08'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396674'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396675'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB10'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB10'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396675'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002784B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394323'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002784B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002784B'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394323'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394433'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E42'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E42'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394433'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F64C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396051'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F64C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F64C'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396051'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396052'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F665'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F665'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396052'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394648'^^xsd:integer;
  dwc:scientificName 'Mesophyllum lichenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED14'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED14'^^xsd:string;
  dwc:aphiaid '145188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394648'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394569'^^xsd:integer;
  dwc:scientificName 'Caprella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED18'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED18'^^xsd:string;
  dwc:aphiaid '101430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394569'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394642'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECD7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECD7'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394642'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394643'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECDE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECDE'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394643'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394662'^^xsd:integer;
  dwc:scientificName 'Rissoa parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED21'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED21'^^xsd:string;
  dwc:aphiaid '141365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394662'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397383'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B913'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B913'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397383'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C51E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397479'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C51E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C51E'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397479'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A01A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397177'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A01A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A01A'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397177'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002269D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397033'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002269D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002269D'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397033'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397065'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C4'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C4'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397065'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A00C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397181'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A00C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A00C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397181'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397049'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226A7'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226A7'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397049'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396858'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020693'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020693'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396858'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F67D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396048'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F67D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F67D'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396048'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002269C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397038'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002269C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002269C'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397038'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395018'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D4'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395018'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395019'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D6'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395019'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395020'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8DD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8DD'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395020'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395021'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8E8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8E8'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395021'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F72C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396277'^^xsd:integer;
  dwc:scientificName 'Rissoa parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F72C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F72C'^^xsd:string;
  dwc:aphiaid '141365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396277'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396197'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F719'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F719'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396197'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394571'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECF9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECF9'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394571'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394572'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED0A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED0A'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394572'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394573'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED28'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED28'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394573'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394574'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED1'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394574'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394627'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED1E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED1E'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394627'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394651'^^xsd:integer;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED20'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED20'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394651'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397442'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C470'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C470'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397442'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397433'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C465'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C465'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397433'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A01C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397192'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A01C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A01C'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397192'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397175'^^xsd:integer;
  dwc:scientificName 'Aeolidia papillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A011'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A011'^^xsd:string;
  dwc:aphiaid '138709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397175'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '138709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400022699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397036'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400022699'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400022699'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397036'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397185'^^xsd:integer;
  dwc:scientificName 'Cystoseira tamariscifolia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A019'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A019'^^xsd:string;
  dwc:aphiaid '145536'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397185'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '1568393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397474'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C499'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C499'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397474'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397416'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B942'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B942'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397416'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B93F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397414'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B93F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B93F'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397414'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397386'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B914'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B914'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397386'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C52C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397490'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C52C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C52C'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397490'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396125'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B2'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396125'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398177'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007B5'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007B5'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398177'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398342'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009BD'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009BD'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398342'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000052D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397841'^^xsd:integer;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000052D'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000052D'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397841'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397842'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000510'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000510'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397842'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398336'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B8'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B8'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398336'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398198'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008BE'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008BE'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398198'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398126'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000834'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000834'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398126'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398106'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000812'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000812'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398106'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398101'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000807'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000807'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398101'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000083B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398136'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000083B'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000083B'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398136'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000080E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398110'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000080E'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000080E'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398110'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398141'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000836'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000836'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398141'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398140'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000840'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000840'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398140'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398111'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000810'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000810'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398111'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398340'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C3'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C3'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398340'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397840'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000537'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000537'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397840'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398085'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000882'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000882'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398085'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398181'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007DB'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007DB'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398181'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398349'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C5'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C5'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398349'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398088'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000881'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000881'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398088'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397865'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004CE'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004CE'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397865'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397852'^^xsd:integer;
  dwc:scientificName 'Atelecyclus rotundatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004F0'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004F0'^^xsd:string;
  dwc:aphiaid '107273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397852'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000088A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398096'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000088A'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000088A'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398096'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398097'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000886'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000886'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398097'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398201'^^xsd:integer;
  dwc:scientificName 'Protula tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008D2'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008D2'^^xsd:string;
  dwc:aphiaid '131035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398201'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '131035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000088B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398114'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000088B'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000088B'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398114'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398337'^^xsd:integer;
  dwc:scientificName 'Raja'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B4'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B4'^^xsd:string;
  dwc:aphiaid '105766'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398337'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398354'^^xsd:integer;
  dwc:scientificName 'Raja'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009BB'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009BB'^^xsd:string;
  dwc:aphiaid '105766'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398354'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '105766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398345'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C8'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C8'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398345'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398091'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000887'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000887'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398091'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000087C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398095'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000087C'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000087C'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398095'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000088E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398115'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000088E'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000088E'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398115'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000050A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397846'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000050A'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000050A'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397846'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397859'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004CC'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004CC'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397859'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398319'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A6'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A6'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398319'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398320'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009AB'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009AB'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398320'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398331'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A1'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A1'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398331'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398326'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B1'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B1'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398326'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398324'^^xsd:integer;
  dwc:scientificName 'Neoamphitrite figulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B0'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B0'^^xsd:string;
  dwc:aphiaid '131504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398324'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '155162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398321'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A8'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A8'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398321'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398316'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B3'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B3'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398316'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398315'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A3'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A3'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398315'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398288'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000986'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000986'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398288'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398285'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000984'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000984'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398285'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398286'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000989'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000989'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398286'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398332'^^xsd:integer;
  dwc:scientificName 'Pholas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A2'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A2'^^xsd:string;
  dwc:aphiaid '138343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398332'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398314'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A9'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A9'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398314'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398329'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009AC'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009AC'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398329'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398322'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A4'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A4'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398322'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398323'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009AA'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009AA'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398323'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398317'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B2'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B2'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398317'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398325'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A5'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A5'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398325'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398318'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009AF'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009AF'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398318'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398328'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009AE'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009AE'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398328'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398344'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C0'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C0'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398344'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000083E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398143'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000083E'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000083E'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398143'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398133'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000839'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000839'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398133'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398175'^^xsd:integer;
  dwc:scientificName 'Gadus morhua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007DA'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007DA'^^xsd:string;
  dwc:aphiaid '126436'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398175'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398182'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007DE'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007DE'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398182'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398172'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007BC'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007BC'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398172'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398083'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007FA'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007FA'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398083'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398077'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007E6'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007E6'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398077'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398069'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007F4'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007F4'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398069'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000081F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398163'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000081F'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000081F'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398163'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.438472"^^xsd:decimal ;
  dwc:decimalLongitude "-2.564615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  geo-pos:lat "50.438472"^^xsd:decimal ;
  geo-pos:long "-2.564615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000079A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398189'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000079A'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.564615'^^xsd:double;
  dwc:latitude '50.438472'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000079A'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398189'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398080'^^xsd:integer;
  dwc:scientificName 'Pinnotheres pisum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000802'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000802'^^xsd:string;
  dwc:aphiaid '107473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398080'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '107473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398081'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000806'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000806'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398081'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398171'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007A9'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007A9'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398171'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398160'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000821'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000821'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398160'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398169'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000844'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000844'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398169'^^xsd:string;
  dwc:observationDate '1978-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398103'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000808'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000808'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398103'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.438472"^^xsd:decimal ;
  dwc:decimalLongitude "-2.564615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  geo-pos:lat "50.438472"^^xsd:decimal ;
  geo-pos:long "-2.564615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398184'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000769'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.564615'^^xsd:double;
  dwc:latitude '50.438472'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000769'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398184'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398066'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007E4'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007E4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398066'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000082F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398138'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000082F'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000082F'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398138'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000080D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398107'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000080D'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000080D'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398107'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398072'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007EF'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007EF'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398072'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398166'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000842'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000842'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398166'^^xsd:string;
  dwc:observationDate '1978-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.438472"^^xsd:decimal ;
  dwc:decimalLongitude "-2.564615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  geo-pos:lat "50.438472"^^xsd:decimal ;
  geo-pos:long "-2.564615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398186'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000775'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.564615'^^xsd:double;
  dwc:latitude '50.438472'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000775'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398186'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398178'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007A0'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007A0'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398178'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398145'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000822'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000822'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398145'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398161'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000819'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000819'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398161'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398073'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007E3'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007E3'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398073'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398162'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000825'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000825'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398162'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000082D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398131'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000082D'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000082D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398131'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000083F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398135'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000083F'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000083F'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398135'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398152'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000823'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000823'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398152'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398075'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007FF'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007FF'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398075'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398150'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000820'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000820'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398150'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398168'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000841'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000841'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398168'^^xsd:string;
  dwc:observationDate '1978-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398139'^^xsd:integer;
  dwc:scientificName 'Sepia officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000838'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000838'^^xsd:string;
  dwc:aphiaid '141444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398139'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '141444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398120'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000833'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000833'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398120'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000080B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398102'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000080B'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000080B'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398102'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398104'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000811'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000811'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398104'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000082B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398132'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000082B'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000082B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398132'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398109'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000809'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000809'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398109'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398142'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000832'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000832'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398142'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.438472"^^xsd:decimal ;
  dwc:decimalLongitude "-2.564615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  geo-pos:lat "50.438472"^^xsd:decimal ;
  geo-pos:long "-2.564615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000075D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398183'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000075D'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.564615'^^xsd:double;
  dwc:latitude '50.438472'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000075D'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398183'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000081D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398159'^^xsd:integer;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000081D'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000081D'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398159'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398065'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007FB'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007FB'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398065'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398076'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007E5'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007E5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398076'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398157'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000815'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000815'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398157'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000082E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398124'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000082E'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000082E'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398124'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398137'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000835'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000835'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398137'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398156'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000824'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000824'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398156'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398147'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000817'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000817'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398147'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000083A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398127'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000083A'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000083A'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398127'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398155'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000816'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000816'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398155'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398153'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000818'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000818'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398153'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398167'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000843'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000843'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398167'^^xsd:string;
  dwc:observationDate '1978-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398173'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007DD'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007DD'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398173'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000079C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398180'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000079C'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000079C'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398180'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398176'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007DC'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007DC'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398176'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398134'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000828'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000828'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398134'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000080C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398108'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000080C'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000080C'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398108'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000087D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398093'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000087D'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000087D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398093'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000081A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398151'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000081A'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000081A'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398151'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398070'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007FE'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007FE'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398070'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398068'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007FD'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007FD'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398068'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398144'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000827'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000827'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398144'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398174'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007BB'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007BB'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398174'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.438472"^^xsd:decimal ;
  dwc:decimalLongitude "-2.564615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  geo-pos:lat "50.438472"^^xsd:decimal ;
  geo-pos:long "-2.564615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000077B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398185'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000077B'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.564615'^^xsd:double;
  dwc:latitude '50.438472'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000077B'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398185'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398078'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007E0'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007E0'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398078'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398071'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000805'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000805'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398071'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398164'^^xsd:integer;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000826'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000826'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398164'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398158'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000813'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000813'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398158'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.438472"^^xsd:decimal ;
  dwc:decimalLongitude "-2.564615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  geo-pos:lat "50.438472"^^xsd:decimal ;
  geo-pos:long "-2.564615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000075C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398188'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000075C'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.564615'^^xsd:double;
  dwc:latitude '50.438472'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000075C'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398188'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000083D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398121'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000083D'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000083D'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398121'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398129'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000829'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000829'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398129'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398119'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000831'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000831'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398119'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000081E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398149'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000081E'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000081E'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398149'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000081B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398146'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000081B'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000081B'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398146'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398067'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007FC'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007FC'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398067'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398125'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000837'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000837'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398125'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000081C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398148'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000081C'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000081C'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398148'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.617549"^^xsd:decimal ;
  dwc:decimalLongitude "-2.708108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.617549 -2.708108)"^^geo:wktLiteral ;
  geo-pos:lat "50.617549"^^xsd:decimal ;
  geo-pos:long "-2.708108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398154'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000814'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.708108'^^xsd:double;
  dwc:latitude '50.617549'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000814'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398154'^^xsd:string;
  dwc:observationDate '1978-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398165'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000845'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000845'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398165'^^xsd:string;
  dwc:observationDate '1978-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.616604 -2.849443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.616604"^^xsd:decimal ;
  dwc:decimalLongitude "-2.849443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.616604 -2.849443)"^^geo:wktLiteral ;
  geo-pos:lat "50.616604"^^xsd:decimal ;
  geo-pos:long "-2.849443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398358'^^xsd:integer;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Gillian Peters'^^xsd:string;
  dwc:collectorNumber '120333'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009CC'^^xsd:string;
  dwc:collector 'Gillian Peters'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.849443'^^xsd:double;
  dwc:latitude '50.616604'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009CC'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398358'^^xsd:string;
  dwc:observationDate '1977-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.616604 -2.849443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.616604"^^xsd:decimal ;
  dwc:decimalLongitude "-2.849443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.616604 -2.849443)"^^geo:wktLiteral ;
  geo-pos:lat "50.616604"^^xsd:decimal ;
  geo-pos:long "-2.849443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398355'^^xsd:integer;
  dwc:scientificName 'Squalus acanthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Gillian Peters'^^xsd:string;
  dwc:collectorNumber '120333'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009CD'^^xsd:string;
  dwc:collector 'Gillian Peters'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.849443'^^xsd:double;
  dwc:latitude '50.616604'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009CD'^^xsd:string;
  dwc:aphiaid '105923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398355'^^xsd:string;
  dwc:observationDate '1977-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '105923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.616604 -2.849443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.616604"^^xsd:decimal ;
  dwc:decimalLongitude "-2.849443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.616604 -2.849443)"^^geo:wktLiteral ;
  geo-pos:lat "50.616604"^^xsd:decimal ;
  geo-pos:long "-2.849443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398356'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Gillian Peters'^^xsd:string;
  dwc:collectorNumber '120333'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009CB'^^xsd:string;
  dwc:collector 'Gillian Peters'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.849443'^^xsd:double;
  dwc:latitude '50.616604'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009CB'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398356'^^xsd:string;
  dwc:observationDate '1977-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.616604 -2.849443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.616604"^^xsd:decimal ;
  dwc:decimalLongitude "-2.849443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.616604 -2.849443)"^^geo:wktLiteral ;
  geo-pos:lat "50.616604"^^xsd:decimal ;
  geo-pos:long "-2.849443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398357'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Gillian Peters'^^xsd:string;
  dwc:collectorNumber '120333'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009CA'^^xsd:string;
  dwc:collector 'Gillian Peters'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.849443'^^xsd:double;
  dwc:latitude '50.616604'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009CA'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398357'^^xsd:string;
  dwc:observationDate '1977-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000098B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398295'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000098B'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000098B'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398295'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000098C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398294'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000098C'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000098C'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398294'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398282'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000982'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000982'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398282'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398281'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000981'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000981'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398281'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398290'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000985'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000985'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398290'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000098D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398292'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000098D'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000098D'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398292'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398291'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000988'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000988'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398291'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000098A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398287'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000098A'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000098A'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398287'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398283'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000983'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000983'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398283'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398334'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B5'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B5'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398334'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397851'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004C9'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004C9'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397851'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398338'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009BA'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009BA'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398338'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397849'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004C1'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004C1'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397849'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398099'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000888'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000888'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398099'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397856'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004CB'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004CB'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397856'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398351'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C7'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C7'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398351'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398343'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009BF'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009BF'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398343'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000050B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397845'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000050B'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000050B'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397845'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398347'^^xsd:integer;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C6'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C6'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398347'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398090'^^xsd:integer;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000889'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000889'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398090'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000088F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398116'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000088F'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000088F'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398116'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397847'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000535'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000535'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397847'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397848'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000536'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000536'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397848'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398202'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008D1'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008D1'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398202'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398089'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000884'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000884'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398089'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397857'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004CA'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004CA'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397857'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397862'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004EE'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004EE'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397862'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397855'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000534'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000534'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397855'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398350'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B9'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B9'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398350'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398196'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008A0'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008A0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398196'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000087E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398087'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000087E'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000087E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398087'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397853'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004C6'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004C6'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397853'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000088C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398113'^^xsd:integer;
  dwc:scientificName 'Labrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000088C'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000088C'^^xsd:string;
  dwc:aphiaid '126021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398113'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000088D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398112'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000088D'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000088D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398112'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397837'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000504'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000504'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397837'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398333'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B6'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B6'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398333'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398092'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000880'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000880'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398092'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398199'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008AC'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008AC'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398199'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397854'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004D1'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004D1'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397854'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398353'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C1'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C1'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398353'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398346'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C2'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C2'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398346'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398352'^^xsd:integer;
  dwc:scientificName 'Polycera faeroensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C9'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C9'^^xsd:string;
  dwc:aphiaid '140834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398352'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397863'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004C4'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004C4'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397863'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000050F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397839'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000050F'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000050F'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397839'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398086'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000883'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000883'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398086'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398098'^^xsd:integer;
  dwc:scientificName 'Sepia officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000885'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000885'^^xsd:string;
  dwc:aphiaid '141444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398098'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '141444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398193'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000894'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000894'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398193'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398194'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008B7'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008B7'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398194'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397850'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004BA'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004BA'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397850'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397864'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004DB'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004DB'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397864'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398335'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009B7'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009B7'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398335'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397836'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004F8'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004F8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397836'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398339'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009BE'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009BE'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398339'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000062C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397988'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000062C'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000062C'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397988'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001289A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392685'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001289A'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001289A'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392685'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392710'^^xsd:integer;
  dwc:scientificName 'Sabellaria alveolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B0'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B0'^^xsd:string;
  dwc:aphiaid '130866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392710'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '130866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392711'^^xsd:integer;
  dwc:scientificName 'Asparagopsis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128AD'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128AD'^^xsd:string;
  dwc:aphiaid '144438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392711'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '144438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392688'^^xsd:integer;
  dwc:scientificName 'Asparagopsis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012897'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012897'^^xsd:string;
  dwc:aphiaid '144438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392688'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '144438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F69E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396159'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F69E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F69E'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396159'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394380'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E41'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E41'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394380'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394857'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDB0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDB0'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394857'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394647'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC9'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394647'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394677'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED47'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED47'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394677'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397392'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B919'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B919'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397392'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C30E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397204'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C30E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C30E'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397204'^^xsd:string;
  dwc:observationDate '2007-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B92B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397399'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B92B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B92B'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397399'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397429'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B957'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B957'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397429'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C47A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397453'^^xsd:integer;
  dwc:scientificName 'Gobius paganellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C47A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C47A'^^xsd:string;
  dwc:aphiaid '126893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397453'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C47E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397456'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C47E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C47E'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397456'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397041'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226AC'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226AC'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397041'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397470'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C490'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C490'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397470'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C53B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397501'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C53B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C53B'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397501'^^xsd:string;
  dwc:observationDate '2007-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394680'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EFE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EFE'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394680'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F73F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396316'^^xsd:integer;
  dwc:scientificName 'Tephromela atra var. atra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F73F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F73F'^^xsd:string;
  dwc:aphiaid '438957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396316'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '438957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396378'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F793'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F793'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396378'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396379'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A5'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396379'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396380'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7AF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7AF'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396380'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395311'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDE0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDE0'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395311'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395303'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A973'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A973'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395303'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A97C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395304'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A97C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A97C'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395304'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395305'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A982'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A982'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395305'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396835'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020632'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020632'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396835'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002062E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396818'^^xsd:integer;
  dwc:scientificName 'Clava multicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002062E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002062E'^^xsd:string;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396818'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396656'^^xsd:integer;
  dwc:scientificName 'Lepidochitona cinerea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF9'^^xsd:string;
  dwc:aphiaid '140143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396656'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '152774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002784C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394324'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002784C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002784C'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394324'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002784E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394325'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002784E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002784E'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394325'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396607'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE5E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE5E'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396607'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396362'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F792'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F792'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396362'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396363'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A4'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396363'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396364'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7AE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7AE'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396364'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398118'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000891'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000891'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398118'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394348'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027851'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027851'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394348'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394401'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E4D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E4D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394401'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396344'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A2'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396344'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394747'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F05'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F05'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394747'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396313'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F783'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F783'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396313'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394589'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECFB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECFB'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394589'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394389'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E4A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E4A'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394389'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394612'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE1'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394612'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F72B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396293'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F72B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F72B'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396293'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396361'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F785'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F785'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396361'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396350'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F776'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F776'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396350'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EE03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394796'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EE03'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EE03'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394796'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398254'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000938'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000938'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398254'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398238'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000953'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000953'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398238'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398246'^^xsd:integer;
  dwc:scientificName 'Ammodytes tobianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000936'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000936'^^xsd:string;
  dwc:aphiaid '126752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398246'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398223'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000963'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000963'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398223'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000095B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398230'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000095B'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000095B'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398230'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398247'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000937'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000937'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398247'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000094F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398236'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000094F'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000094F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398236'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398231'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000961'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000961'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398231'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398251'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000939'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000939'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398251'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000095D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398229'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000095D'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000095D'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398229'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000093E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398248'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000093E'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000093E'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398248'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398253'^^xsd:integer;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000935'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000935'^^xsd:string;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398253'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000093C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398249'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000093C'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000093C'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398249'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398220'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000962'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000962'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398220'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398222'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000966'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000966'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398222'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398235'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000959'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000959'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398235'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398227'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000960'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000960'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398227'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000095F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398228'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000095F'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000095F'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398228'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000095E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398226'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000095E'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000095E'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398226'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000094E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398234'^^xsd:integer;
  dwc:scientificName 'Botryllus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000094E'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000094E'^^xsd:string;
  dwc:aphiaid '103529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398234'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '103529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398241'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000952'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000952'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398241'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398243'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000951'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000951'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398243'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398225'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000964'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000964'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398225'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398237'^^xsd:integer;
  dwc:scientificName 'Galathea dispersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000957'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000957'^^xsd:string;
  dwc:aphiaid '107148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398237'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '107148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000093B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398252'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000093B'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000093B'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398252'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398240'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000958'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000958'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398240'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398245'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000956'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000956'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398245'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000095C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398221'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000095C'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000095C'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398221'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000093A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398250'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000093A'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000093A'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398250'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397931'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005AF'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005AF'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397931'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000054C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397873'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000054C'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000054C'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397873'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000056D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397892'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000056D'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000056D'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397892'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397951'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005D0'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005D0'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397951'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397929'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005AD'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005AD'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397929'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000058C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397909'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000058C'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000058C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397909'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000054A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397871'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000054A'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000054A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397871'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000056B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397889'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000056B'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000056B'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397889'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397949'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005CE'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005CE'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397949'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000058D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397916'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000058D'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000058D'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397916'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397937'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005AE'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005AE'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397937'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000056C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397897'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000056C'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000056C'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397897'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397955'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005CF'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005CF'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397955'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397869'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000551'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000551'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397869'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397887'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000572'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000572'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397887'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397947'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005D5'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005D5'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397947'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397923'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005B7'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005B7'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397923'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397930'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005AA'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005AA'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397930'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397904'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000596'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000596'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397904'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397910'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000589'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000589'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397910'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397907'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000593'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000593'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397907'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397926'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005B4'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005B4'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397926'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000059C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397936'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000059C'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000059C'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397936'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000057B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397915'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000057B'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000057B'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397915'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000058E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397911'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000058E'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000058E'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397911'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397874'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000553'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000553'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397874'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397894'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000574'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000574'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397894'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397876'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000539'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000539'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397876'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397954'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005BD'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005BD'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397954'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397872'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000547'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000547'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397872'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397884'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000575'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000575'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397884'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397890'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000568'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000568'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397890'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397893'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000565'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000565'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397893'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397944'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005D8'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005D8'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397944'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397950'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005CB'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005CB'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397950'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397952'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005C8'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005C8'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397952'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397913'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000595'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000595'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397913'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397934'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005B6'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005B6'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397934'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397920'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000599'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000599'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397920'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397939'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005BA'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005BA'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397939'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397917'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000580'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000580'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397917'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000055D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397901'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000055D'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000055D'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397901'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397958'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005DB'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005DB'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397958'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397891'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000573'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000573'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397891'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000055F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397898'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000055F'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000055F'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397898'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397956'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005C2'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005C2'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397956'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397880'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000557'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000557'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397880'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000053C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397881'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000053C'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000053C'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397881'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397941'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005A8'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005A8'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397941'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000057D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397905'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000057D'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000057D'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397905'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000059E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397924'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000059E'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000059E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397924'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397925'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005BB'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005BB'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397925'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000053B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397867'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000053B'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000053B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397867'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397868'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000558'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000558'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397868'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000055C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397885'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000055C'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000055C'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397885'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397886'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000579'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000579'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397886'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397945'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005BF'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005BF'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397945'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397879'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000548'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000548'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397879'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397921'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000598'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000598'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397921'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397942'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005B9'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005B9'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397942'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397899'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000569'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000569'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397899'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397957'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005CC'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005CC'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397957'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397882'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000556'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000556'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397882'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397902'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000577'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000577'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397902'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000059B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397912'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000059B'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000059B'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397912'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397903'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000570'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000570'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397903'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397960'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005D3'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005D3'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397960'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397948'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005C4'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005C4'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397948'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000054F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397883'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000054F'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000054F'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397883'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397914'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000597'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000597'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397914'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397935'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005B8'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005B8'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397935'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397908'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000582'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000582'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397908'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397922'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000591'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000591'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397922'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397928'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005A3'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005A3'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397928'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000057C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397919'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000057C'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000057C'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397919'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397927'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005A9'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005A9'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397927'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397895'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000576'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000576'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397895'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397953'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005D9'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005D9'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397953'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398233'^^xsd:integer;
  dwc:scientificName 'Amphitrite'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000955'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000955'^^xsd:string;
  dwc:aphiaid '129686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398233'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '129686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000093D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398255'^^xsd:integer;
  dwc:scientificName 'Zeus faber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000093D'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000093D'^^xsd:string;
  dwc:aphiaid '127427'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398255'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396331'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F780'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F780'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396331'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C39D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397338'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C39D'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C39D'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397338'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395674'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA85'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA85'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395674'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395673'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA7A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA7A'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395673'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395181'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A920'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A920'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395181'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395182'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A928'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A928'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395182'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A92C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395183'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A92C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A92C'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395183'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397283'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C374'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C374'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397283'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397331'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C399'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C399'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397331'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397332'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A0'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A0'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397332'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397371'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B9'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B9'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397371'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C36C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397270'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C36C'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C36C'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397270'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397360'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3AB'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3AB'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397360'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394939'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8AE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8AE'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394939'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394940'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8BB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8BB'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394940'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394952'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC6C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC6C'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394952'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394953'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC7B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC7B'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394953'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002005A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395899'^^xsd:integer;
  dwc:scientificName 'Armeria maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002005A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002005A'^^xsd:string;
  dwc:aphiaid '182769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395899'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '182769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396841'^^xsd:integer;
  dwc:scientificName 'Armeria maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020650'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020650'^^xsd:string;
  dwc:aphiaid '182769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396841'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '182769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395788'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFCC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFCC'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395788'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395437'^^xsd:integer;
  dwc:scientificName 'Osmundea hybrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE7A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE7A'^^xsd:string;
  dwc:aphiaid '144842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395437'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '144842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396536'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F815'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F815'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396536'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396537'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F829'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F829'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396537'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396538'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E7'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396538'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F80E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396474'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F80E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F80E'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396474'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394856'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F67'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F67'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394856'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394854'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F65'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F65'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394854'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394855'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F79'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F79'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394855'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394398'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E3B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E3B'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394398'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394421'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E2B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E2B'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394421'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396503'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F811'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F811'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396503'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396502'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F9'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396502'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F82A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396473'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F82A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F82A'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396473'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397457'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C483'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C483'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397457'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394755'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED66'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED66'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394755'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397184'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E6C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E6C'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397184'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397458'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C481'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C481'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397458'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397425'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B953'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B953'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397425'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400022697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397035'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400022697'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400022697'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397035'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397505'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C546'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C546'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397505'^^xsd:string;
  dwc:observationDate '2007-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397432'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C467'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C467'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397432'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B92C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397400'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B92C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B92C'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397400'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397397'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B923'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B923'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397397'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397045'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226A2'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226A2'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397045'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397409'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B930'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B930'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397409'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397498'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C536'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C536'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397498'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397306'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C382'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C382'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397306'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397316'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C391'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C391'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397316'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C38E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397312'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C38E'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C38E'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397312'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397313'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C386'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C386'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397313'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397314'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C389'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C389'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397314'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397342'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A2'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A2'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397342'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C39E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397343'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C39E'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C39E'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397343'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397344'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A6'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A6'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397344'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397337'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C395'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C395'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397337'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395186'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A947'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A947'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395186'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395188'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD35'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD35'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395188'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395189'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD45'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD45'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395189'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395191'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD5F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD5F'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395191'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F81B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396479'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F81B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F81B'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396479'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396475'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7DA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7DA'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396475'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F68E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396142'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F68E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F68E'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396142'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F69A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396143'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F69A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F69A'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396143'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394536'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC77'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC77'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394536'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394538'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECAC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECAC'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394538'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396174'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6BA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6BA'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396174'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396283'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F730'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F730'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396283'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396262'^^xsd:integer;
  dwc:scientificName 'Modiolula phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F726'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F726'^^xsd:string;
  dwc:aphiaid '140461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396262'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396539'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F805'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F805'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396539'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396540'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F820'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F820'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396540'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C48B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397464'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C48B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C48B'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397464'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397484'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C525'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C525'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397484'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C53D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397502'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C53D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C53D'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397502'^^xsd:string;
  dwc:observationDate '2007-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A00D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397191'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A00D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A00D'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397191'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397076'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226CE'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226CE'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397076'^^xsd:string;
  dwc:observationDate '2007-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397290'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C381'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C381'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397290'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397361'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B0'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B0'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397361'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396444'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C5'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396444'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396447'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F753'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F753'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396447'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396448'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F757'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F757'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396448'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A93C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395184'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A93C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A93C'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395184'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397362'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B4'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B4'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397362'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C36A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397291'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C36A'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C36A'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397291'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397287'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C371'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C371'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397287'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394423'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E35'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E35'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394423'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394437'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC27'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC27'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394437'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397288'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C376'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C376'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397288'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C37C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397289'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C37C'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C37C'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397289'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398402'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A23'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A23'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398402'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395192'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD69'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD69'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395192'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395193'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD75'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD75'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395193'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396846'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020697'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020697'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396846'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395759'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAB5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAB5'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395759'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394509'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E67'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E67'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394509'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394510'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E7A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E7A'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394510'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394511'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E7E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E7E'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394511'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394512'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E84'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E84'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394512'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394513'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E8A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E8A'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394513'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F68B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396158'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F68B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F68B'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396158'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396817'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020642'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020642'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396817'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394954'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC87'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC87'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394954'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396633'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF7'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396633'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396634'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB04'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB04'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396634'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396611'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020263'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020263'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396611'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396550'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE5C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE5C'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396550'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395459'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF1F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF1F'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395459'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395352'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDFC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDFC'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395352'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396815'^^xsd:integer;
  dwc:scientificName 'Bowerbankia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020630'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020630'^^xsd:string;
  dwc:aphiaid '111023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396815'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '111022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002063C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396816'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002063C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002063C'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396816'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394754'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F08'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F08'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394754'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397330'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A3'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A3'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397330'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397327'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C398'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C398'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397327'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394451'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E93'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E93'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394451'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394452'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E9E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E9E'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394452'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396257'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E2'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396257'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396258'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6EA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6EA'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396258'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396259'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6FF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6FF'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396259'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396260'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F724'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F724'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396260'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396261'^^xsd:integer;
  dwc:scientificName 'Mesophyllum lichenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F715'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F715'^^xsd:string;
  dwc:aphiaid '145188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396261'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396255'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C8'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396255'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F71A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396198'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F71A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F71A'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396198'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398381'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009ED'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009ED'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398381'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398370'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009DE'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009DE'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398370'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398416'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A3E'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A3E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398416'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394635'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECDD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECDD'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394635'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002269A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397034'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002269A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002269A'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397034'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397067'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C0'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C0'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397067'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394937'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A896'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A896'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394937'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397475'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C517'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C517'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397475'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397439'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C471'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C471'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397439'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C47C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397445'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C47C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C47C'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397445'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397449'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C475'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C475'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397449'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397446'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C476'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C476'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397446'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397487'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C529'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C529'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397487'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C46B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397440'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C46B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C46B'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397440'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B94A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397420'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B94A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B94A'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397420'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397077'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226D1'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226D1'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397077'^^xsd:string;
  dwc:observationDate '2007-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397183'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E69'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E69'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397183'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394427'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E5A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E5A'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394427'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394428'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E61'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E61'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394428'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397377'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3C2'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3C2'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397377'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394461'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC89'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC89'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394461'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398465'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B99'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B99'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398465'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398430'^^xsd:integer;
  dwc:scientificName 'Aurelia aurita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A99'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A99'^^xsd:string;
  dwc:aphiaid '135306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398430'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '135306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398464'^^xsd:integer;
  dwc:scientificName 'Amphiura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B98'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B98'^^xsd:string;
  dwc:aphiaid '410876'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398464'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '236130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398427'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A86'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A86'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398427'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398429'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A8E'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A8E'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398429'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398433'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A90'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A90'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398433'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395604'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA4F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA4F'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395604'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397286'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C380'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C380'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397286'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C36D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397274'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C36D'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C36D'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397274'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397303'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C384'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C384'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397303'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397311'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C390'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C390'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397311'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C37A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397285'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C37A'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C37A'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397285'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397304'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C383'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C383'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397304'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397273'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C369'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C369'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397273'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395161'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD2B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD2B'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395161'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395162'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A931'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A931'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395162'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395163'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A939'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A939'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395163'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A93F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395164'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A93F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A93F'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395164'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395165'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A945'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A945'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395165'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002060B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396785'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002060B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002060B'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396785'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396786'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020620'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020620'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396786'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394462'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC98'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC98'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394462'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394463'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECA0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECA0'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394463'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394649'^^xsd:integer;
  dwc:scientificName 'Modiolula phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED1F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED1F'^^xsd:string;
  dwc:aphiaid '140461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394649'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394650'^^xsd:integer;
  dwc:scientificName 'Modiolula phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED44'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED44'^^xsd:string;
  dwc:aphiaid '140461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394650'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396163> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396163'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6BB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6BB'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396163'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396129'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A6'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396129'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396242'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F722'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F722'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396242'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396202'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F704'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F704'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396202'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B94F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397423'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B94F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B94F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397423'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397493'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C531'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C531'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397493'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C48C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397463'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C48C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C48C'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397463'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B93D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397412'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B93D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B93D'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397412'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000017A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397641'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000017A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000017A'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397641'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397547'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000E8'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000E8'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397547'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397589'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000158'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000158'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397589'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397608'^^xsd:integer;
  dwc:scientificName 'Molva molva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A9'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A9'^^xsd:string;
  dwc:aphiaid '126461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397608'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000097D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398278'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000097D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000097D'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398278'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398268'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000978'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000978'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398268'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000027D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397706'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000027D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000027D'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397706'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397616'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002B3'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002B3'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397616'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397598'^^xsd:integer;
  dwc:scientificName 'Dynamena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002AD'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002AD'^^xsd:string;
  dwc:aphiaid '117229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397598'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '117229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000026C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397630'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000026C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000026C'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397630'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000018C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397625'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000018C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000018C'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397625'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000001D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397520'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000001D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000001D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397520'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397506'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000039'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000039'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397506'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397744'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000234'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000234'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397744'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397731'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000246'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000246'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397731'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397739'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A3'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A3'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397739'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000030C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397781'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000030C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000030C'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397781'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000023C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397734'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000023C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000023C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397734'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396792'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020600'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020600'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396792'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396200'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D5'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396200'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397370'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3BC'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3BC'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397370'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395708'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA92'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA92'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395708'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394526'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC9E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC9E'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394526'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A99A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395339'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A99A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A99A'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395339'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395702'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF6D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF6D'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395702'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395703'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF78'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF78'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395703'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395704'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFA4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFA4'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395704'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395705'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFAC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFAC'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395705'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396070'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F669'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F669'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396070'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395706'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFB8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFB8'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395706'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395707'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA8A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA8A'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395707'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396201'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F9'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396201'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394778'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDFB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDFB'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394778'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F82E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396533'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F82E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F82E'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396533'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396532'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F806'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F806'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396532'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396484'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F828'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F828'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396484'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396463'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7ED'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7ED'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396463'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396464'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F800'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F800'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396464'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394527'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECA9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECA9'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394527'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394528'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECBE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECBE'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394528'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394529'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECC5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECC5'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394529'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F64F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396068'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F64F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F64F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396068'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397350'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A8'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A8'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397350'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397351'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A9'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A9'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397351'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397352'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3AC'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3AC'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397352'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397353'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3AE'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3AE'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397353'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397336'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C397'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C397'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397336'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C39B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397328'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C39B'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C39B'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397328'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C39F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397329'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C39F'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C39F'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397329'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397482'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C523'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C523'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397482'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397494'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C532'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C532'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397494'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397057'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226B9'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226B9'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397057'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B93A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397411'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B93A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B93A'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397411'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397384'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B915'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B915'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397384'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C46D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397437'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C46D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C46D'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397437'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397631'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000182'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000182'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397631'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000017F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397637'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000017F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000017F'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397637'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398260'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000967'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000967'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398260'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000013E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397612'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000013E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000013E'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397612'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397610'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000137'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000137'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397610'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397604'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A7'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A7'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397604'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000027A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397664'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000027A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000027A'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397664'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000009C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397582'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000009C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000009C'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397582'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397543'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000100'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000100'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397543'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395565'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEFD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEFD'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395565'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397048'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226AD'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226AD'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397048'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397060'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226B8'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226B8'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397060'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397056'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226B7'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226B7'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397056'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A01D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397189'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A01D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A01D'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397189'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397046'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226AA'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226AA'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397046'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C51A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397476'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C51A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C51A'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397476'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397492'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C534'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C534'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397492'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000029A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397702'^^xsd:integer;
  dwc:scientificName 'Leucosolenia botryoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000029A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000029A'^^xsd:string;
  dwc:aphiaid '132216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397702'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '132216'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000006D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397570'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000006D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000006D'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397570'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397395'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B921'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B921'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397395'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397403'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B932'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B932'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397403'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C52B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397488'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C52B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C52B'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397488'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C52A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397489'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C52A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C52A'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397489'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C46C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397441'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C46C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C46C'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397441'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397428'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B956'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B956'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397428'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397073'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C9'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C9'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397073'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397053'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226BA'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226BA'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397053'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C30B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397202'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C30B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C30B'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397202'^^xsd:string;
  dwc:observationDate '2007-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000011C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397540'^^xsd:integer;
  dwc:scientificName 'Dynamena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000011C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000011C'^^xsd:string;
  dwc:aphiaid '117229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397540'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396682'^^xsd:integer;
  dwc:scientificName 'Armeria maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B0'^^xsd:string;
  dwc:aphiaid '182769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396682'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '182769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394321'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027849'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027849'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394321'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395566'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA45'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA45'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395566'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395585'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF2C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF2C'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395585'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395085'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD04'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD04'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395085'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395094'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCFD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCFD'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395094'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394326'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027850'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027850'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394326'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394327'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027852'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027852'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394327'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395095'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD0F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD0F'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395095'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395096'^^xsd:integer;
  dwc:scientificName 'Spirorbis corallinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCF0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCF0'^^xsd:string;
  dwc:aphiaid '131224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395096'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '334839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395097'^^xsd:integer;
  dwc:scientificName 'Spirorbis corallinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD1A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD1A'^^xsd:string;
  dwc:aphiaid '131224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395097'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '334839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396420'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7BD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7BD'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396420'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394320'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027843'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027843'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394320'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395859'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB14'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB14'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395859'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396232'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6FC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6FC'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396232'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F71F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396233'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F71F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F71F'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396233'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396231'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D8'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396231'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396034'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F635'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F635'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396034'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394718'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F31'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F31'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394718'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395989'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB37'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB37'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395989'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395917'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB43'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB43'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395917'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395918'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB49'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB49'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395918'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395919'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB52'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB52'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395919'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395920'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB59'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB59'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395920'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395921'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB62'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB62'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395921'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395916'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB3A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB3A'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395916'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394979'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D1'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394979'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394987'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8EB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8EB'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394987'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396250'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E3'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396250'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396251'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6EB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6EB'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396251'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396246'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F711'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F711'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396246'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396248'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C9'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396248'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396249'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D3'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396249'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398056'^^xsd:integer;
  dwc:scientificName 'Cyclopterus lumpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008F3'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008F3'^^xsd:string;
  dwc:aphiaid '127214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398056'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '127214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397472'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C495'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C495'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397472'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397043'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226A6'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226A6'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397043'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397058'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226B3'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226B3'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397058'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397061'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226B5'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226B5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397061'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397071'^^xsd:integer;
  dwc:scientificName 'Bifurcaria bifurcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C6'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C6'^^xsd:string;
  dwc:aphiaid '145503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397071'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C48F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397469'^^xsd:integer;
  dwc:scientificName 'Bifurcaria bifurcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C48F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C48F'^^xsd:string;
  dwc:aphiaid '145503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397469'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '145503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397491'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C535'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C535'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397491'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397180'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A018'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A018'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397180'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A00F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397197'^^xsd:integer;
  dwc:scientificName 'Xantho incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A00F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A00F'^^xsd:string;
  dwc:aphiaid '148461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397197'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '444382'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397066'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226BE'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226BE'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397066'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397310'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C388'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C388'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397310'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397319'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C392'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C392'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397319'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397281'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C373'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C373'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397281'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C37F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397282'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C37F'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C37F'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397282'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397709'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001F1'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001F1'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397709'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397691'^^xsd:integer;
  dwc:scientificName 'Dynamena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000286'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000286'^^xsd:string;
  dwc:aphiaid '117229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397691'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '117229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397533'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000F4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000F4'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397533'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397830'^^xsd:integer;
  dwc:scientificName 'Spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000386'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000386'^^xsd:string;
  dwc:aphiaid '129642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397830'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '129642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398277'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000974'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000974'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398277'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397363'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B1'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B1'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397363'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A00A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397178'^^xsd:integer;
  dwc:scientificName 'Berthella plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A00A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A00A'^^xsd:string;
  dwc:aphiaid '140812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397178'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '140812'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002269F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397037'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002269F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002269F'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397037'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397486'^^xsd:integer;
  dwc:scientificName 'Codium fragile subsp. tomentosoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C526'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C526'^^xsd:string;
  dwc:aphiaid '160515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397486'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '370562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397196'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A013'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A013'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397196'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397459'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C489'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C489'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397459'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397461'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C488'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C488'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397461'^^xsd:string;
  dwc:observationDate '2007-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397419'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B948'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B948'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397419'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394667'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED25'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED25'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394667'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394604'^^xsd:integer;
  dwc:scientificName 'Gastroclonium ovatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED0E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED0E'^^xsd:string;
  dwc:aphiaid '145810'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394604'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145810'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394605'^^xsd:integer;
  dwc:scientificName 'Gastroclonium ovatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED30'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED30'^^xsd:string;
  dwc:aphiaid '145810'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394605'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145810'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396067'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F641'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F641'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396067'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397364'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B6'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B6'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397364'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C36B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397293'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C36B'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C36B'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397293'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397294'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C377'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C377'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397294'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C37D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397295'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C37D'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C37D'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397295'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397359'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B3'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B3'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397359'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397305'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C394'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C394'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397305'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C38B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397307'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C38B'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C38B'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397307'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394713'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F0A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F0A'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394713'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396909'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020662'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020662'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396909'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396887'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020665'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020665'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396887'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002067A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396888'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002067A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002067A'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396888'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396869'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020657'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020657'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396869'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396870'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020677'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020677'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396870'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396871'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020684'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020684'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396871'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002068A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396872'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002068A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002068A'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396872'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002066C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396852'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002066C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002066C'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396852'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394715'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F16'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F16'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394715'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394716'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F20'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F20'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394716'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394717'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F27'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F27'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394717'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394710'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED5A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED5A'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394710'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397179'^^xsd:integer;
  dwc:scientificName 'Bifurcaria bifurcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A016'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A016'^^xsd:string;
  dwc:aphiaid '145503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397179'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '145503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397176'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A015'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A015'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397176'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400022696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397032'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400022696'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400022696'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397032'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397064'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C2'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C2'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397064'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397418'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B946'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B946'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397418'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397450'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C474'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C474'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397450'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397455'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C478'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C478'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397455'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397382'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B918'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B918'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397382'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B91E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397390'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B91E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B91E'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397390'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397182'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A010'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A010'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397182'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396531'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F827'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F827'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396531'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F81E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396472'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F81E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F81E'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396472'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394548'^^xsd:integer;
  dwc:scientificName 'Phymatolithon calcareum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC8F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC8F'^^xsd:string;
  dwc:aphiaid '145199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394548'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394810'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDFE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDFE'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394810'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396853'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020685'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020685'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396853'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395906'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020082'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020082'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395906'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394967'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCB4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCB4'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394967'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396847'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020695'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020695'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396847'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395757'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF1'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395757'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395758'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFD3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFD3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395758'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397422'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B950'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B950'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397422'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397308'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C393'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C393'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397308'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397357'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B5'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B5'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397357'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397341'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A7'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A7'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397341'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397374'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3BE'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3BE'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397374'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C37B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397275'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C37B'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C37B'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397275'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C36E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397276'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C36E'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C36E'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397276'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397277'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C379'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C379'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397277'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390773'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321AB'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390773'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398852'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EEF'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398852'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398621'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E0C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E0C'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398621'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390432'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF3'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390432'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394479'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E7B'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E7B'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394479'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A98B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395355'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A98B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A98B'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395355'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395063'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8F9'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8F9'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395063'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395064'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A902'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A902'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395064'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395979'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB72'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB72'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395979'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395620'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA6B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA6B'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395620'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395635'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA52'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA52'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395635'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395386'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E5'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E5'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395386'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395387'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9EC'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9EC'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395387'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395389'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F6'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F6'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395389'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395006'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8EE'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8EE'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395006'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394865'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8A5'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8A5'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394865'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394866'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8AD'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8AD'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394866'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394867'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B9'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B9'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394867'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394868'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8C0'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8C0'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394868'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399522'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FE1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FE1'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399522'^^xsd:string;
  dwc:observationDate '1999-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101836 -1.519309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.519309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101836 -1.519309)"^^geo:wktLiteral ;
  geo-pos:lat "56.101836"^^xsd:decimal ;
  geo-pos:long "-1.519309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399884'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050C3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.519309'^^xsd:double;
  dwc:latitude '56.101836'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050C3'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399884'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400014'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005049'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005049'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400014'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394445'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E7C'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E7C'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394445'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394446'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E83'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E83'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394446'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395384'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9DB'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9DB'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395384'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395407'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F4'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F4'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395407'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395408'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F7'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F7'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395408'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397660'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001C3'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001C3'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397660'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397573'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000066'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000066'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397573'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397807'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000343'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000343'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397807'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397677'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000299'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000299'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397677'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397679'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000201'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000201'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397679'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000028D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397682'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000028D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000028D'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397682'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397707'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001FF'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001FF'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397707'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397714'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000289'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000289'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397714'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000028A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397718'^^xsd:integer;
  dwc:scientificName 'Spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000028A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000028A'^^xsd:string;
  dwc:aphiaid '129642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397718'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '129642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397568'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000057'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000057'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397568'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397804'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000334'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000334'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397804'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398482'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B36'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B36'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398482'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398484'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B3F'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B3F'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398484'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398481'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B54'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B54'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398481'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398472'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B00'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B00'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398472'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398470'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B15'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B15'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398470'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398495'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B7E'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B7E'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398495'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392640'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012818'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012818'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392640'^^xsd:string;
  dwc:observationDate '1977-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001079D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392435'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001079D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001079D'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392435'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393021'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B4B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B4B'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393021'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393038'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B33'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B33'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393038'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001281A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392639'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001281A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001281A'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392639'^^xsd:string;
  dwc:observationDate '1977-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391892'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDDF'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDDF'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391892'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391885'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDEC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDEC'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391885'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391430'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBD4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBD4'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391430'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393024'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B45'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B45'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393024'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BABE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391320'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BABE'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BABE'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391320'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391323'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAB3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAB3'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391323'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EBE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394368'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EBE4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EBE4'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394368'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394535'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECC6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECC6'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394535'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396534'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F818'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F818'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396534'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F82C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396535'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F82C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F82C'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396535'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F82F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396505'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F82F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F82F'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396505'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394530'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA3'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394530'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394531'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA7'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394531'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394532'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB3'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394532'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396172'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6AB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6AB'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396172'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396265'^^xsd:integer;
  dwc:scientificName 'Neanthes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F728'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F728'^^xsd:string;
  dwc:aphiaid '129378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396265'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395801'^^xsd:integer;
  dwc:scientificName 'Ramalina siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF7'^^xsd:string;
  dwc:aphiaid '147713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395801'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395802'^^xsd:integer;
  dwc:scientificName 'Ramalina siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFFA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFFA'^^xsd:string;
  dwc:aphiaid '147713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395802'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396683'^^xsd:integer;
  dwc:scientificName 'Ramalina siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B4'^^xsd:string;
  dwc:aphiaid '147713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396683'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '147713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002009B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395967'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002009B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002009B'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395967'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395968'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB75'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB75'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395968'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395004'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCB8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCB8'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395004'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395005'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8F3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8F3'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395005'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396843'^^xsd:integer;
  dwc:scientificName 'Ramalina siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020654'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020654'^^xsd:string;
  dwc:aphiaid '147713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396843'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '147713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396890'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020692'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020692'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396890'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397017'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207CB'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207CB'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397017'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397018'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207CD'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207CD'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397018'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397019'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207CF'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207CF'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397019'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397031'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207DC'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207DC'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397031'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002076D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396922'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002076D'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002076D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396922'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396923'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020780'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020780'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396923'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F66F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396106'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F66F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F66F'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396106'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396924'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020799'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020799'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396924'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396203'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F705'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F705'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396203'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397805'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000357'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000357'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397805'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395385'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9DE'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9DE'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395385'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396613'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF4'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF4'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396613'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396612'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAE9'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAE9'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396612'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396551'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C2'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C2'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396551'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394805'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F35'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F35'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394805'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395776'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA6'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA6'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395776'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393709'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144B1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144B1'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393709'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003216B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390739'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003216B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003216B'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390739'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390142'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028545'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028545'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390142'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002856B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399224'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002856B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002856B'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399224'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391627'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD45'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391627'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392334'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010768'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010768'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392334'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001077B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392335'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001077B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001077B'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392335'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393217'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C7A'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393217'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393232'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C8A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C8A'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393232'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398713'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E5A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E5A'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398713'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398784'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E2A'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398784'^^xsd:string;
  dwc:observationDate '1978-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000102D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399036'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000102D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000102D'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399036'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393464'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BEE'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393464'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.979124"^^xsd:decimal ;
  dwc:decimalLongitude "-4.886498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.979124 -4.886498)"^^geo:wktLiteral ;
  geo-pos:lat "55.979124"^^xsd:decimal ;
  geo-pos:long "-4.886498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393457'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.886498'^^xsd:double;
  dwc:latitude '55.979124'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BF8'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393457'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393970'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147BA'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393970'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391375'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC90'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC90'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391375'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.598881"^^xsd:decimal ;
  dwc:decimalLongitude "-7.526432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.598881 -7.526432)"^^geo:wktLiteral ;
  geo-pos:lat "57.598881"^^xsd:decimal ;
  geo-pos:long "-7.526432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392177'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.526432'^^xsd:double;
  dwc:latitude '57.598881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2A3'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392177'^^xsd:string;
  dwc:observationDate '1979-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392409'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010739'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010739'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392409'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392407'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010713'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010713'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392407'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392754'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012876'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012876'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392754'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393281'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB1'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393281'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393708'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144BA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144BA'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393708'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390618'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032028'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032028'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390618'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001080B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392552'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001080B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001080B'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392552'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400029'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050BD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050BD'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400029'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399796> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399796'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050DB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050DB'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399796'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399840'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CAD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CAD'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399840'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399551'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005017'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005017'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399551'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399512'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FCF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FCF'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399512'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395111'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A919'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A919'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395111'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398501'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BDA'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BDA'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398501'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.436764"^^xsd:decimal ;
  dwc:decimalLongitude "-2.846219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  geo-pos:lat "50.436764"^^xsd:decimal ;
  geo-pos:long "-2.846219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398214'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000921'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.846219'^^xsd:double;
  dwc:latitude '50.436764'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000921'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398214'^^xsd:string;
  dwc:observationDate '1977-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398510'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BED'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BED'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398510'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.436764"^^xsd:decimal ;
  dwc:decimalLongitude "-2.846219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  geo-pos:lat "50.436764"^^xsd:decimal ;
  geo-pos:long "-2.846219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398216'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000913'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.846219'^^xsd:double;
  dwc:latitude '50.436764'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000913'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398216'^^xsd:string;
  dwc:observationDate '1977-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398500'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BF4'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BF4'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398500'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.436764"^^xsd:decimal ;
  dwc:decimalLongitude "-2.846219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  geo-pos:lat "50.436764"^^xsd:decimal ;
  geo-pos:long "-2.846219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398215'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000926'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.846219'^^xsd:double;
  dwc:latitude '50.436764'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000926'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398215'^^xsd:string;
  dwc:observationDate '1977-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000092D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398208'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000092D'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000092D'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398208'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.436764"^^xsd:decimal ;
  dwc:decimalLongitude "-2.846219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  geo-pos:lat "50.436764"^^xsd:decimal ;
  geo-pos:long "-2.846219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398212'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000914'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.846219'^^xsd:double;
  dwc:latitude '50.436764'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000914'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398212'^^xsd:string;
  dwc:observationDate '1977-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.436764"^^xsd:decimal ;
  dwc:decimalLongitude "-2.846219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  geo-pos:lat "50.436764"^^xsd:decimal ;
  geo-pos:long "-2.846219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000092E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398219'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000092E'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.846219'^^xsd:double;
  dwc:latitude '50.436764'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000092E'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398219'^^xsd:string;
  dwc:observationDate '1977-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.437703"^^xsd:decimal ;
  dwc:decimalLongitude "-2.70542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  geo-pos:lat "50.437703"^^xsd:decimal ;
  geo-pos:long "-2.70542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398204'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000930'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.70542'^^xsd:double;
  dwc:latitude '50.437703'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000930'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398204'^^xsd:string;
  dwc:observationDate '1978-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395697'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA2'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA2'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395697'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395254'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A967'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A967'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395254'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395807'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC5'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC5'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395807'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AACA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395808'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AACA'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AACA'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395808'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397669'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001BA'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001BA'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397669'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394467'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E77'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E77'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394467'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395944'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB6C'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB6C'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395944'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397812'^^xsd:integer;
  dwc:scientificName 'Codium tomentosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000388'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000388'^^xsd:string;
  dwc:aphiaid '145092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397812'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397640'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001A1'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001A1'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397640'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000005C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397571'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000005C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000005C'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397571'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000023F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397733'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000023F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000023F'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397733'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397732'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A2'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A2'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397732'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397806'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000389'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000389'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397806'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397797'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000371'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000371'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397797'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397799'^^xsd:integer;
  dwc:scientificName 'Spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000372'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000372'^^xsd:string;
  dwc:aphiaid '129642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397799'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397675'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001F2'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001F2'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397675'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000096A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398264'^^xsd:integer;
  dwc:scientificName 'Spinachia spinachia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000096A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000096A'^^xsd:string;
  dwc:aphiaid '126508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398264'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395715'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA96'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA96'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395715'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395716'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA1'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395716'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396787'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020612'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020612'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396787'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397008'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207CC'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207CC'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397008'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397009'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207CE'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207CE'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397009'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397010'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D0'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D0'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397010'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397011'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207DD'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207DD'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397011'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397013'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207DF'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207DF'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397013'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397005'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C6'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C6'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397005'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397006'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C8'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C8'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397006'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397007'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207CA'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207CA'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397007'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394442'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC2A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC2A'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394442'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396281'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F700'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F700'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396281'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396282'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F731'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F731'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396282'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396267'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F712'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F712'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396267'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396234'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F720'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F720'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396234'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396235'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F729'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F729'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396235'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396452'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D1'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396452'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396168'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F680'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F680'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396168'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396169'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F691'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F691'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396169'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396161> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396161'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6BE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6BE'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396161'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395420'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9DA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9DA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395420'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395421'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E0'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395421'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395423'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F0'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395423'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395424'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9FB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9FB'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395424'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392487'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107C1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107C1'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392487'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392488'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107D4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107D4'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392488'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392449'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A6'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A6'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392449'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392424'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010786'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010786'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392424'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001079C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392425'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001079C'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001079C'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392425'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392426'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B2'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392426'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392448'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010792'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010792'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392448'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391345'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB38'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB38'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391345'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391890'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDD4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDD4'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391890'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391389'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB4B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB4B'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391389'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001078E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392421'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001078E'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001078E'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392421'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391380'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB77'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB77'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391380'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397003'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A6'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A6'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397003'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396113'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F693'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F693'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396113'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397676'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000215'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000215'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397676'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000506D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399879'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000506D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000506D'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399879'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399193'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010FF'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399193'^^xsd:string;
  dwc:observationDate '1978-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390308'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDCD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDCD'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390308'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390309'^^xsd:integer;
  dwc:scientificName 'Galatheidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDCE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDCE'^^xsd:string;
  dwc:aphiaid '106733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390309'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '106733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390346'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030800'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030800'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390346'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390833'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032277'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032277'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390833'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000322F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390860'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000322F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000322F6'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390860'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390703'^^xsd:integer;
  dwc:scientificName 'Facelina auriculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032378'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032378'^^xsd:string;
  dwc:aphiaid '153375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390703'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '153375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390711'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032144'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032144'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390711'^^xsd:string;
  dwc:observationDate '1977-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391045'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323EC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323EC'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391045'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391687'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB4'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391687'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001074C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392308'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001074C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001074C'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392308'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393531'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014368'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014368'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393531'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398588'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D33'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D33'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398588'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.437703"^^xsd:decimal ;
  dwc:decimalLongitude "-2.70542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  geo-pos:lat "50.437703"^^xsd:decimal ;
  geo-pos:long "-2.70542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398206'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000931'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.70542'^^xsd:double;
  dwc:latitude '50.437703'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000931'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398206'^^xsd:string;
  dwc:observationDate '1978-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71390144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000326F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71390144'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'NMMP surveyors'^^xsd:string;
  dwc:collectorNumber '17302'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000326F2'^^xsd:string;
  dwc:collector 'NMMP surveyors'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000326F2'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71390144'^^xsd:string;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71390143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71390143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000326F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71390143'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'NMMP surveyors'^^xsd:string;
  dwc:collectorNumber '17302'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000326F2'^^xsd:string;
  dwc:collector 'NMMP surveyors'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000326F2'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71390143'^^xsd:string;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395328'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A999'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A999'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395328'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395327'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A993'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A993'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395327'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000507F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400127'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000507F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000507F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400127'^^xsd:string;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399804'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040C6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040C6'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399804'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399505'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC9'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399505'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399536'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FF9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FF9'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399536'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000508B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400132'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000508B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000508B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400132'^^xsd:string;
  dwc:observationDate '2000-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400003'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005047'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005047'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400003'^^xsd:string;
  dwc:observationDate '2001-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000509D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399863'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000509D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000509D'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399863'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393106'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD0'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393106'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398650'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E15'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E15'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398650'^^xsd:string;
  dwc:observationDate '1978-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398846'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EDB'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398846'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398939'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F37'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398939'^^xsd:string;
  dwc:observationDate '1982-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390441'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E07'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E07'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390441'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391049'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F6'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391049'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392764'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012889'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012889'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392764'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71393002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71393002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71393002'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B0F'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71393002'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393385'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D25'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D25'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393385'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393795'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145A0'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393795'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393081'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BA9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BA9'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393081'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394154'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D1E'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394154'^^xsd:string;
  dwc:observationDate '1977-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393646'^^xsd:integer;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D2'^^xsd:string;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393646'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393948'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B7'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393948'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014ECC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394288'^^xsd:integer;
  dwc:scientificName 'Plumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014ECC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014ECC'^^xsd:string;
  dwc:aphiaid '143852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394288'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '143852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399115'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010AD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010AD'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399115'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390662'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032094'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032094'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390662'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391068'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323FD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323FD'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391068'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391121'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324A8'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391121'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391477'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC45'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC45'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391477'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391833'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD9C'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391833'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392253'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF41'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392253'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398616'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DCE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DCE'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398616'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398992'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F75'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F75'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398992'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399245'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028556'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028556'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399245'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397643'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000272'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000272'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397643'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397680'^^xsd:integer;
  dwc:scientificName 'Bifurcaria bifurcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000291'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000291'^^xsd:string;
  dwc:aphiaid '145503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397680'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397590'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000138'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000138'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397590'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397657'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001B4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001B4'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397657'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000038C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397802'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000038C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000038C'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397802'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397754'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000251'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000251'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397754'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397588'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002AC'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002AC'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397588'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000016F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397595'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000016F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000016F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397595'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397674'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000285'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000285'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397674'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397685'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000229'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000229'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397685'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397554'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000103'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000103'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397554'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000026E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397651'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000026E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000026E'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397651'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397710'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000290'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000290'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397710'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397551'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000130'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000130'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397551'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395167'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD72'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD72'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395167'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395168'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A934'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A934'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395168'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394927'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A895'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A895'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394927'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395321'^^xsd:integer;
  dwc:scientificName 'Ramalina siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDF5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDF5'^^xsd:string;
  dwc:aphiaid '147713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395321'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395322'^^xsd:integer;
  dwc:scientificName 'Ramalina siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDF8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDF8'^^xsd:string;
  dwc:aphiaid '147713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395322'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002063A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396830'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002063A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002063A'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396830'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002064F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396831'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002064F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002064F'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396831'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396114'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A0'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396114'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394350'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027854'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027854'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394350'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394351'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027855'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027855'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394351'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394352'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027856'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027856'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394352'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394353'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027857'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027857'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394353'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394354'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027858'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027858'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394354'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394355'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027859'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027859'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394355'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002785B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394356'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002785B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002785B'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394356'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397004'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A7'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A7'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397004'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396997'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A0'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A0'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396997'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396999'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A2'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A2'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396999'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397000'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A3'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A3'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397000'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392625'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127AA'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127AA'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392625'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391336'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAEF'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAEF'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391336'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392340'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010791'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010791'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392340'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392341'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A5'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392341'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001077E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392339'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001077E'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001077E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392339'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392450'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010781'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010781'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392450'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392451'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010796'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010796'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392451'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391315'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAB0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAB0'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391315'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391394'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB59'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB59'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391394'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396860'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020660'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020660'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396860'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397001'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A4'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A4'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397001'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002785C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394357'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002785C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002785C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394357'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397556'^^xsd:integer;
  dwc:scientificName 'Pollachius virens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000133'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000133'^^xsd:string;
  dwc:aphiaid '126441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397556'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000037E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397756'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000037E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000037E'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397756'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A98C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395366'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A98C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A98C'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395366'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395667'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA82'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA82'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395667'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399239'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028561'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028561'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399239'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390224'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB7C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB7C'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390224'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390329'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030797'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030797'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390329'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390316'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCD3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCD3'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390316'^^xsd:string;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391139'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032417'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032417'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391139'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391164'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032423'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032423'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391164'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391312'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA9B'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391312'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391994'^^xsd:integer;
  dwc:scientificName 'Macropodia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF78'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391994'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393742'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014563'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014563'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393742'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391574'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD14'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD14'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391574'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395665'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA79'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA79'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395665'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395666'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA7D'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA7D'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395666'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393486'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014349'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014349'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393486'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392137'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C684'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C684'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392137'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394303'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EED'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394303'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391010'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D1'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391010'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391012'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323CA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323CA'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391012'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394563'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EBB'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EBB'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394563'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394875'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A898'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A898'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394875'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A89D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394876'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A89D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A89D'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394876'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394877'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B4'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B4'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394877'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394878'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B8'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B8'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394878'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394879'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8BE'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8BE'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394879'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394880'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8C3'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8C3'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394880'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394881'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8C8'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8C8'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394881'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395457'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA03'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA03'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395457'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ECA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394549'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ECA'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ECA'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394549'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398272'^^xsd:integer;
  dwc:scientificName 'Codium tomentosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000977'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000977'^^xsd:string;
  dwc:aphiaid '145092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398272'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000097C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398269'^^xsd:integer;
  dwc:scientificName 'Atherina presbyter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000097C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000097C'^^xsd:string;
  dwc:aphiaid '272030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398269'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '272030'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397526'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000094'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000094'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397526'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397770'^^xsd:integer;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000378'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000378'^^xsd:string;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397770'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397779'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000376'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000376'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397779'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397737'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000241'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000241'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397737'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397636'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000187'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000187'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397636'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397523'^^xsd:integer;
  dwc:scientificName 'Pollachius virens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000093'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000093'^^xsd:string;
  dwc:aphiaid '126441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397523'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '126441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000002A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397512'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000002A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000002A'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397512'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397787'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000307'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000307'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397787'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397813'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000345'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000345'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397813'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397577'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000068'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000068'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397577'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397662'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001C5'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001C5'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397662'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391438'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBF0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBF0'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391438'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392635'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127BB'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127BB'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392635'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392594'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012696'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012696'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392594'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391446'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBD9'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBD9'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391446'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392835'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A39'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A39'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392835'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391447'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBE2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBE2'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391447'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392636'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012814'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012814'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392636'^^xsd:string;
  dwc:observationDate '1977-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392642'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012819'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012819'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392642'^^xsd:string;
  dwc:observationDate '1977-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397975'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005ED'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005ED'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397975'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395223'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD7F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD7F'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395223'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395224'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD82'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD82'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395224'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395935'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200A3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200A3'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395935'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395936'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200B1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200B1'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395936'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395929'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020069'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020069'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395929'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002006C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395930'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002006C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002006C'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395930'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396990'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207AD'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207AD'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396990'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397002'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A5'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A5'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397002'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002079E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396995'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002079E'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002079E'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396995'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002079F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396996'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002079F'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002079F'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396996'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002785E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394359'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002785E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002785E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394359'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394344'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027841'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027841'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394344'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394345'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027846'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027846'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394345'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396340'^^xsd:integer;
  dwc:scientificName 'Clausinella fasciata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7BB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7BB'^^xsd:string;
  dwc:aphiaid '141909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396340'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '141909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396388'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F781'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F781'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396388'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396389'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F788'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F788'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396389'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F79C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396390'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F79C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F79C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396390'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396391'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A9'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396391'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396392'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B4'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396392'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396393'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C0'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396393'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396394'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7CD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7CD'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396394'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396988'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207AB'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207AB'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396988'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396989'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207AC'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207AC'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396989'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396861'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020663'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020663'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396861'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002066A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396862'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002066A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002066A'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396862'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391432'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBD8'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBD8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391432'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395931'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020073'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020073'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395931'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396991'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207AE'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207AE'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396991'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398440'^^xsd:integer;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A98'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A98'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398440'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398446'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BD7'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BD7'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398446'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398491'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B77'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B77'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398491'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398448'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BD3'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BD3'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398448'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398480'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B38'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B38'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398480'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398437'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A91'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A91'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398437'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396574'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A9'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A9'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396574'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396575'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9AE'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9AE'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396575'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000011D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397530'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000011D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000011D'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397530'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000012A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397536'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000012A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000012A'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397536'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397560'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000131'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000131'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397560'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397735'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000267'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000267'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397735'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397719'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000283'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000283'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397719'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397561'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000135'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000135'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397561'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397619'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A6'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A6'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397619'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397757'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002B8'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002B8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397757'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397780'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000319'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000319'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397780'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A91F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395120'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A91F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A91F'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395120'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394766'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F68'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F68'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394766'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394767'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F6C'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F6C'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394767'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394760'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F38'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F38'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394760'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394761'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F3C'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F3C'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394761'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394762'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F3F'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F3F'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394762'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395209'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A960'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A960'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395209'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395605'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA5E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA5E'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395605'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395606'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA63'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA63'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395606'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395607'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA69'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA69'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395607'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395850'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB23'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB23'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395850'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398871'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F01'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F01'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398871'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398770'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E69'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E69'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398770'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394317'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F13'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394317'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390179'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB37'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390179'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394763'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F44'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F44'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394763'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394764'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F4A'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F4A'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394764'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394765'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F60'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F60'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394765'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394759'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F36'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F36'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394759'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395602'^^xsd:integer;
  dwc:scientificName 'Armeria maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA4D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA4D'^^xsd:string;
  dwc:aphiaid '182769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395602'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '182769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394678'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EFC'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EFC'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394678'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399594'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F37'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F37'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399594'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000504F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400019'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000504F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000504F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400019'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395603'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA50'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA50'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395603'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394873'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A887'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A887'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394873'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391648'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE8A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE8A'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391648'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394688'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F0E'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F0E'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394688'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394689'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F15'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F15'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394689'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394690'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F1A'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F1A'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394690'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394691'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F1E'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F1E'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394691'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394692'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F25'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F25'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394692'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394693'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F2B'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F2B'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394693'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394687'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F09'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F09'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394687'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394695'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F32'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F32'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394695'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394694'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F2F'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F2F'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394694'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390601'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032013'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032013'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390601'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398749'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E94'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E94'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398749'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398716'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E85'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E85'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398716'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398726'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E98'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398726'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398848'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE8'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398848'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395456'^^xsd:integer;
  dwc:scientificName 'Armeria maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA02'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA02'^^xsd:string;
  dwc:aphiaid '182769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395456'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '182769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A96D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395306'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A96D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A96D'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395306'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A87E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394946'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A87E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A87E'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394946'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395266'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A971'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A971'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395266'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002859E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399256'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002859E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002859E'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399256'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399253'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028598'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028598'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399253'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.330781"^^xsd:decimal ;
  dwc:decimalLongitude "-4.108884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.330781 -4.108884)"^^geo:wktLiteral ;
  geo-pos:lat "50.330781"^^xsd:decimal ;
  geo-pos:long "-4.108884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003245B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390908'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003245B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.108884'^^xsd:double;
  dwc:latitude '50.330781'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003245B'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390908'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394048'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B74'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394048'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391636'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE87'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE87'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391636'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391561'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD11'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391561'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391538'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCFB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCFB'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391538'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391541'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD00'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391541'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A93E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395153'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A93E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A93E'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395153'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395154'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A944'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A944'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395154'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395149'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A923'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A923'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395149'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A92A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395150'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A92A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A92A'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395150'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395151> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395151'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A930'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A930'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395151'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395152'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A938'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A938'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395152'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.655617"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.655617 -5.18197)"^^geo:wktLiteral ;
  geo-pos:lat "51.655617"^^xsd:decimal ;
  geo-pos:long "-5.18197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390267'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.18197'^^xsd:double;
  dwc:latitude '51.655617'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC2F'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390267'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390508'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F35'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F35'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390508'^^xsd:string;
  dwc:observationDate '1981-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398971'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F52'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F52'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398971'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395029'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A903'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A903'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395029'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391056'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F4'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391056'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001437D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393527'^^xsd:integer;
  dwc:scientificName 'Cyanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001437D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001437D'^^xsd:string;
  dwc:aphiaid '135259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393527'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '135259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394382'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E2D'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E2D'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394382'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394383'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E34'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E34'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394383'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394384'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E38'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E38'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394384'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395709'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA8C'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA8C'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395709'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002063F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396824'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002063F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002063F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396824'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396825'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020648'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020648'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396825'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396685'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B5'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396685'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396713'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205CF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205CF'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396713'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396714'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205DD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205DD'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396714'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396715'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E2'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396715'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396716'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E5'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396716'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396748'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D5'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396748'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396749'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E0'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396749'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396750'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F3'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396750'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396751'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205BB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205BB'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396751'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396752'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C3'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396752'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395279'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDBC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDBC'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395279'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395280'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDCD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDCD'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395280'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395281> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395281'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDDB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDDB'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395281'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395278'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDB5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDB5'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395278'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395505'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEC6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEC6'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395505'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FECA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395506'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FECA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FECA'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395506'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FED8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395507'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FED8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FED8'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395507'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395508'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEE6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEE6'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395508'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395509'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEF3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEF3'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395509'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395510'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF03'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF03'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395510'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395511'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF10'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF10'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395511'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396753'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D8'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396753'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398447'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BCE'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BCE'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398447'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395751'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAAA'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAAA'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395751'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395749'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA4'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA4'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395749'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395750'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA9'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA9'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395750'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395752'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAB3'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAB3'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395752'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395233'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A955'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A955'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395233'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395024'^^xsd:integer;
  dwc:scientificName 'Armeria maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8F6'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8F6'^^xsd:string;
  dwc:aphiaid '182769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395024'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '182769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395947'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB5C'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB5C'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395947'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395948'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB65'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB65'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395948'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395949'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB6D'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB6D'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395949'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395945'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB4D'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB4D'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395945'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395946'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB56'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB56'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395946'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A94A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395236'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A94A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A94A'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395236'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395267> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395267'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A975'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A975'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395267'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A97F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395268'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A97F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A97F'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395268'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A96F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395265'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A96F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A96F'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395265'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395039'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A901'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A901'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395039'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394395'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E3F'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E3F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394395'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394396'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E47'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E47'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394396'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A91A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395108'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A91A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A91A'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395108'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395914'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB64'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB64'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395914'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395915'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB6B'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB6B'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395915'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395907'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB39'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB39'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395907'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395908'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB3F'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB3F'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395908'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395909'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB41'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB41'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395909'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395910'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB48'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB48'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395910'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395212'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A949'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A949'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395212'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395022'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8CE'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8CE'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395022'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395855'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB11'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB11'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395855'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395856'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB18'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB18'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395856'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395857'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB20'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB20'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395857'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395858'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB30'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB30'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395858'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395658'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA87'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA87'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395658'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395659'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA8F'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA8F'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395659'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395660'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA98'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA98'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395660'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395661'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA9C'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA9C'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395661'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396680'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB09'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB09'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396680'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A94B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395213'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A94B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A94B'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395213'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A94E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395214'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A94E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A94E'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395214'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395215'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A951'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A951'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395215'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395911'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB4C'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB4C'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395911'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395912'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB54'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB54'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395912'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394917'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B2'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394917'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002068B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396883'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002068B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002068B'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396883'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392609'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126D3'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126D3'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392609'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392606'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126DF'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126DF'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392606'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392603'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126C7'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126C7'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392603'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392610'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126D9'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126D9'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392610'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394416'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E45'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E45'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394416'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394417'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E48'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E48'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394417'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396698'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205BF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205BF'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396698'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396699'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205CA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205CA'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396699'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396754'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F4'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396754'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394920'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8BF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8BF'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394920'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394921'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8C4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8C4'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394921'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394915'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC4F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC4F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394915'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396758'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020602'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020602'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396758'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002060A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396759'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002060A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002060A'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396759'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394897'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC68'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC68'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394897'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394988'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCB3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCB3'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394988'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394989'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCC7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCC7'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394989'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396882'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020679'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020679'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396882'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392850'^^xsd:integer;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A42'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A42'^^xsd:string;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392850'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392455'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107AB'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107AB'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392455'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391423'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBD3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBD3'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391423'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392602'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126C1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126C1'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392602'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392427'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010784'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010784'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392427'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393028'^^xsd:integer;
  dwc:scientificName 'Cyanea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B4F'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B4F'^^xsd:string;
  dwc:aphiaid '135259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393028'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '135259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393032'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B49'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B49'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393032'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391412'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBA5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBA5'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391412'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397721'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000297'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000297'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397721'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395536'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA42'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA42'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395536'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AABA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395819'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AABA'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AABA'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395819'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395820'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC4'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC4'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395820'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AACF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395821'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AACF'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AACF'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395821'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395695'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA99'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA99'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395695'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395692'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA83'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA83'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395692'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395693'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA89'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA89'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395693'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395694'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA91'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA91'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395694'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398488'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B59'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B59'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398488'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398442'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BB7'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BB7'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398442'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398443'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BD6'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BD6'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398443'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398477'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B1A'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B1A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398477'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ADB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398467'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ADB'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ADB'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398467'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392474'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107C2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107C2'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392474'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392475'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107D3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107D3'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392475'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392481'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107D8'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107D8'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392481'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392618'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012785'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012785'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392618'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392637'^^xsd:integer;
  dwc:scientificName 'Ascidia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012816'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012816'^^xsd:string;
  dwc:aphiaid '103483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392637'^^xsd:string;
  dwc:observationDate '1977-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393029'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B4E'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B4E'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393029'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396873'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020694'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020694'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396873'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395367'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE20'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE20'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395367'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395760'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC7'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395760'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395680'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF86'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF86'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395680'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395740'^^xsd:integer;
  dwc:scientificName 'Porphyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF9B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF9B'^^xsd:string;
  dwc:aphiaid '143808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395740'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '143808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395132'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD25'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD25'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395132'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395133'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD2F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD2F'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395133'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394645'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECF5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECF5'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394645'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394918'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B5'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394918'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394919'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8BA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8BA'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394919'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394896'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A893'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A893'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394896'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395805'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFFB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFFB'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395805'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395806'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAB8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAB8'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395806'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392611'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126C6'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126C6'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392611'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392607'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126E1'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126E1'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392607'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398394'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A1E'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A1E'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398394'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398406'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A39'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A39'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398406'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398371'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009E8'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009E8'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398371'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398368'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009E0'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009E0'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398368'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398403'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A31'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A31'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398403'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398419'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A54'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A54'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398419'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398386'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A03'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A03'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398386'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395080> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395080'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8FC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8FC'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395080'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395678'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF70'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF70'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395678'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391390'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB50'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB50'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391390'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398454'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BD5'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BD5'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398454'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000014F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397597'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000014F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000014F'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397597'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397593'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002B0'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002B0'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397593'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397808'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000380'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000380'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397808'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396570'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE4D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE4D'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396570'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392604'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126D6'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126D6'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392604'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392612'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126C8'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126C8'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392612'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392605'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126D2'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126D2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392605'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396639'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020250'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020250'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396639'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002025C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396640'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002025C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002025C'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396640'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002022B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396635'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002022B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002022B'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396635'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396636'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020233'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020233'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396636'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396566'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE2E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE2E'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396566'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396568'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE39'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE39'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396568'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396569'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE42'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE42'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396569'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002025E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396641'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002025E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002025E'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396641'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396571'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE3A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE3A'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396571'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396572'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE56'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE56'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396572'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395521'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF1B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF1B'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395521'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FECF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395538'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FECF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FECF'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395538'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395539'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF22'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF22'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395539'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395601'^^xsd:integer;
  dwc:scientificName 'Porphyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEC3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEC3'^^xsd:string;
  dwc:aphiaid '143808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395601'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '143808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395052'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCFB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCFB'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395052'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396485'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D3'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396485'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396486'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D4'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396486'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F81C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396487'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F81C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F81C'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396487'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396497'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D0'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396497'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396498'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D6'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396498'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396465'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F819'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F819'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396465'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394613'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED03'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED03'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394613'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394653'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED16'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED16'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394653'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394654'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED38'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED38'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394654'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396020'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F632'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F632'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396020'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392347'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107AD'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107AD'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392347'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396823'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020634'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020634'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396823'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395053'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD0A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD0A'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395053'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398359'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009D0'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009D0'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398359'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398366'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009D5'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009D5'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398366'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392595'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126B4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126B4'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392595'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391396'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB6B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB6B'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391396'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.922657"^^xsd:decimal ;
  dwc:decimalLongitude "-2.321605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  geo-pos:lat "55.922657"^^xsd:decimal ;
  geo-pos:long "-2.321605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391404'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB8C'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.321605'^^xsd:double;
  dwc:latitude '55.922657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB8C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391404'^^xsd:string;
  dwc:observationDate '1977-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393022'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B3A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B3A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393022'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391420'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBC8'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBC8'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391420'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391343'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB2A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB2A'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391343'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391378'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB4D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB4D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391378'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391337'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAFF'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAFF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391337'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392346'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010797'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010797'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392346'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398457'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BB3'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BB3'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398457'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396631'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAE7'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAE7'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396631'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396632'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF2'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF2'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396632'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396630'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAE4'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAE4'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396630'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396563'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B8'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B8'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396563'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396564'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C0'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C0'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396564'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F69F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396160'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F69F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F69F'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396160'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396140'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F692'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F692'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396140'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396130'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A4'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396130'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396227'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F1'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396227'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394655'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EDB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EDB'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394655'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394666'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED24'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED24'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394666'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392345'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010782'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010782'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392345'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391329'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAE2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAE2'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391329'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391433'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBE8'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBE8'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391433'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392615'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012784'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012784'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392615'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393304> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.027244 1.135957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.027244"^^xsd:decimal ;
  dwc:decimalLongitude "1.135957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.027244 1.135957)"^^geo:wktLiteral ;
  geo-pos:lat "51.027244"^^xsd:decimal ;
  geo-pos:long "1.135957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393304'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '1.135957'^^xsd:double;
  dwc:latitude '51.027244'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD7'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393304'^^xsd:string;
  dwc:observationDate '1980-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391889'^^xsd:integer;
  dwc:scientificName 'Pollachius virens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDDE'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDDE'^^xsd:string;
  dwc:aphiaid '126441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391889'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BACC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391324'^^xsd:integer;
  dwc:scientificName 'Pollachius virens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BACC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BACC'^^xsd:string;
  dwc:aphiaid '126441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391324'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391381'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB4E'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB4E'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391381'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392617'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012786'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012786'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392617'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393027'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B3B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B3B'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393027'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392428'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010799'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010799'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392428'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000006E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397576'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000006E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000006E'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397576'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397825'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000337'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000337'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397825'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397814'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000383'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000383'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397814'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000034B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397811'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000034B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000034B'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397811'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AADA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396670'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AADA'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AADA'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396670'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396671'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAE0'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAE0'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396671'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396603'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B0'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B0'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396603'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395642'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA54'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA54'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395642'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395472> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395472'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA1B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA1B'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395472'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395473'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA24'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA24'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395473'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395474'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA29'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA29'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395474'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395475'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA33'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA33'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395475'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395476'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA39'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA39'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395476'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395478'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA49'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA49'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395478'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395302'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A981'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A981'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395302'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395668'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA88'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA88'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395668'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395246'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A957'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A957'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395246'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A95E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395247'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A95E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A95E'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395247'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395248'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A965'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A965'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395248'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395669'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA90'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA90'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395669'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394550'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EBC'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EBC'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394550'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394551'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EBE'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EBE'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394551'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394602'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE4'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE4'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394602'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394603> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394603'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EF0'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EF0'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394603'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395630'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA66'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA66'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395630'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398439'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A80'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A80'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398439'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398458'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BA5'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BA5'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398458'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398456'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BA8'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BA8'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398456'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398452'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BD2'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BD2'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398452'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398453'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BB8'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BB8'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398453'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398462'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B9D'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B9D'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398462'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398498'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B5A'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B5A'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398498'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398490'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B70'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B70'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398490'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398432'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A96'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A96'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398432'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399595'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F13'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F13'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399595'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394459'^^xsd:integer;
  dwc:scientificName 'Audouinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E74'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E74'^^xsd:string;
  dwc:aphiaid '143800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394459'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AABF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395842'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AABF'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AABF'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395842'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394577'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EEC'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EEC'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394577'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398459'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B9A'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B9A'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398459'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398434'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A7D'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A7D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398434'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398487'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B7D'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B7D'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398487'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398431'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A8B'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A8B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398431'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398639'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E04'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398639'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398428'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A95'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A95'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398428'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398449'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BC0'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BC0'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398449'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398444'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BC3'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BC3'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398444'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398479'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B26'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B26'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398479'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000AE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398468'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000AE7'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000AE7'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398468'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398489'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B65'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B65'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398489'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398373'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009EA'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009EA'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398373'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395837'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAB9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAB9'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395837'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395838'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC7'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395838'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395567'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEB6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEB6'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395567'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395568'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEE2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEE2'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395568'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395076'^^xsd:integer;
  dwc:scientificName 'Laurencia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCF4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCF4'^^xsd:string;
  dwc:aphiaid '143914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395076'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '143914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395569'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF24'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF24'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395569'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395570'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA1E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA1E'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395570'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395571'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA2E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA2E'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395571'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395572'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA37'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA37'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395572'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395573'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA3F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA3F'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395573'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395574'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA46'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA46'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395574'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002062D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396837'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002062D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002062D'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396837'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002062B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396797'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002062B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002062B'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396797'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396798'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020633'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020633'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396798'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395741'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC3'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395741'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395742'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA7'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395742'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395743'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAAD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAAD'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395743'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395744'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAB1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAB1'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395744'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395789'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC4'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395789'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395790'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFE5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFE5'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395790'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394948'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC31'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC31'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394948'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394949'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC42'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC42'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394949'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398049'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000846'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000846'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398049'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395345'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE03'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE03'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395345'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394950'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC51'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC51'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394950'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F78B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396428'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F78B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F78B'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396428'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397538> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397538'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000FC'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000FC'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397538'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394424'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E30'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E30'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394424'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394425'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E3C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E3C'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394425'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396541'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F830'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F830'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396541'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F79F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396429'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F79F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F79F'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396429'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396430'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7AB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7AB'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396430'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396431'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B5'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396431'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396432'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C3'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396432'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396406'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F789'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F789'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396406'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F79D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396407'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F79D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F79D'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396407'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396408'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7AA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7AA'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396408'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396409'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B6'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396409'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396681'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB0D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB0D'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396681'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396645'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF3'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396645'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396646'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB01'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB01'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396646'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396647'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB0A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB0A'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396647'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396629'^^xsd:integer;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF6'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396629'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396577'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C8'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396577'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396578'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9CD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9CD'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396578'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396576'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396576'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396637'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020238'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020238'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396637'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394990'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCBE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCBE'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394990'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396772'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020618'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020618'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396772'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002064C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396840'^^xsd:integer;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002064C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002064C'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396840'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396819'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020631'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020631'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396819'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395619'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF48'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF48'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395619'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394964'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC32'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC32'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394964'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394965'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC47'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC47'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394965'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394966'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC77'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC77'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394966'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394704'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F30'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F30'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394704'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394699'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED59'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED59'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394699'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000011B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397541'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000011B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000011B'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397541'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397829'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000351'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000351'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397829'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398046'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000854'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000854'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398046'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000086F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398191'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000086F'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000086F'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398191'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398192'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000861'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000861'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398192'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398048> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398048'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000860'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000860'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398048'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398043'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000848'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000848'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398043'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398051'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000855'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000855'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398051'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398190'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000863'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000863'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398190'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000084D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398044'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000084D'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000084D'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398044'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398367'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009D3'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009D3'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398367'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398303'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000996'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000996'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398303'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398360'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009D2'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009D2'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398360'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396526'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7FF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7FF'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396526'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396638'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020243'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020243'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396638'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395134'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD3F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD3F'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395134'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398296'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000993'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000993'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398296'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396579'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9AA'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9AA'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396579'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396580'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9AF'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9AF'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396580'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396581'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B9'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B9'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396581'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395334'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A989'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A989'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395334'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395335'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A991'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A991'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395335'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395336'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A996'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A996'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395336'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A99F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395337'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A99F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A99F'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395337'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394558'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC2'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC2'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394558'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394559'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC7'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC7'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394559'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ECB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394560'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ECB'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ECB'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394560'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394561'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED7'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED7'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394561'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394562'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EDE'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EDE'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394562'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A90E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395086'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A90E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A90E'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395086'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395087'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A914'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A914'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395087'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393140'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C03'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393140'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393155'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF7'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393155'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393595'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C3'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393595'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391572'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD10'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391572'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391558'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD16'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391558'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390566'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F8C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F8C'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390566'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391647'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE81'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391647'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393612'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143C2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143C2'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393612'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393613'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B2'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393613'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C62F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392126'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C62F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C62F'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392126'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393769'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145AE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145AE'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393769'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.291944"^^xsd:decimal ;
  dwc:decimalLongitude "-6.150936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.291944 -6.150936)"^^geo:wktLiteral ;
  geo-pos:lat "57.291944"^^xsd:decimal ;
  geo-pos:long "-6.150936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393875'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014766'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.150936'^^xsd:double;
  dwc:latitude '57.291944'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014766'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393875'^^xsd:string;
  dwc:observationDate '1977-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392127'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C636'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C636'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392127'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394362'^^xsd:integer;
  dwc:scientificName 'Talitrus saltator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027831'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027831'^^xsd:string;
  dwc:aphiaid '103220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394362'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '103220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395815'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC3'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC3'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395815'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395816'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC8'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC8'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395816'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AACE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395817'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AACE'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AACE'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395817'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395467'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA04'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA04'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395467'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395468'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA09'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA09'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395468'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395469'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA0F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA0F'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395469'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395471'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA1A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA1A'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395471'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395243'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A956'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A956'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395243'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395245'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A964'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A964'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395245'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A94D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395241'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A94D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A94D'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395241'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395242'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A950'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A950'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395242'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395232> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395232'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A954'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A954'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395232'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392206'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E1'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392206'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394103'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C10'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394103'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394137'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C76'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C76'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394137'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396608'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C6'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C6'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396608'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394659'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EBF'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EBF'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394659'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394660'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC5'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC5'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394660'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395035'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8F7'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8F7'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395035'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395036'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8FE'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8FE'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395036'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395037'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A900'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A900'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395037'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395038'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A907'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A907'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395038'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399524'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CB5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CB5'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399524'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399526'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FED'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FED'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399526'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399520'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FDB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FDB'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399520'^^xsd:string;
  dwc:observationDate '1999-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399573'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005023'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005023'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399573'^^xsd:string;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399951'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005029'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005029'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399951'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000505D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399860'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000505D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000505D'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399860'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399891'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D2A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D2A'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399891'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400124'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005079'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005079'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400124'^^xsd:string;
  dwc:observationDate '2000-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395023'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8F4'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8F4'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395023'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395002'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8E5'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8E5'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395002'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395003'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8F2'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8F2'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395003'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396053'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F671'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F671'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396053'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396969'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020797'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020797'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396969'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002079B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396935'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002079B'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002079B'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396935'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397020'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D1'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D1'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397020'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EBD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394363'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EBD0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EBD0'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394363'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EBD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394364'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EBD2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EBD2'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394364'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EBD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394365'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EBD7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EBD7'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394365'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EBDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394366'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EBDB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EBDB'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394366'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396863'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020672'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020672'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396863'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002067F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396864'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002067F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002067F'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396864'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396655'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020260'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020260'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396655'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396583'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE43'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE43'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396583'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396584'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE59'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE59'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396584'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396727'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F6'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396727'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397016'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C9'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C9'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397016'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EBE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394367'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EBE0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EBE0'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394367'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390665'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032124'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032124'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390665'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391034'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323E3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323E3'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391034'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392125'^^xsd:integer;
  dwc:scientificName 'Protula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C620'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C620'^^xsd:string;
  dwc:aphiaid '129575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392125'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '129575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003255C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391259'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003255C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003255C'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391259'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003255F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391266'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003255F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003255F'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391266'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395583'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA06'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA06'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395583'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395584'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA11'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA11'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395584'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395061'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A908'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A908'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395061'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A90C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395062'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A90C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A90C'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395062'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394579'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC6'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC6'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394579'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392445'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010783'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010783'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392445'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001078C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392431'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001078C'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001078C'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392431'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392432'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A1'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392432'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392447'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107AE'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107AE'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392447'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BACD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391327'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BACD'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BACD'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391327'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391444'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBEC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBEC'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391444'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392620'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012789'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012789'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392620'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391886'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDD0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDD0'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391886'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.922657"^^xsd:decimal ;
  dwc:decimalLongitude "-2.321605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  geo-pos:lat "55.922657"^^xsd:decimal ;
  geo-pos:long "-2.321605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391407'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB78'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.321605'^^xsd:double;
  dwc:latitude '55.922657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB78'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391407'^^xsd:string;
  dwc:observationDate '1977-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395679'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF7B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF7B'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395679'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395941'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020099'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020099'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395941'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394399'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC25'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC25'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394399'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394819'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F78'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F78'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394819'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394813'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F50'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F50'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394813'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394439'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC28'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC28'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394439'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A90B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395105'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A90B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A90B'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395105'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395296'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A984'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A984'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395296'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395293'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDAE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDAE'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395293'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395294'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A977'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A977'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395294'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395943'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200B2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200B2'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395943'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002006D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395937'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002006D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002006D'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395937'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395938'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020074'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020074'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395938'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002007E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395939'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002007E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002007E'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395939'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002008B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395940'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002008B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002008B'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395940'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396805'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020638'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020638'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396805'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396691'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C4'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396691'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396692'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205DA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205DA'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396692'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395081> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395081'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A904'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A904'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395081'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395027'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCD3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCD3'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395027'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395100'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCF7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCF7'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395100'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395101'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD07'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD07'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395101'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395102'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A916'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A916'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395102'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395103'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8FF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8FF'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395103'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398388'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A05'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A05'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398388'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398422'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A5A'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A5A'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398422'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398390'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A04'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A04'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398390'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398410'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A3A'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A3A'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398410'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398398'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A1F'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A1F'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398398'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398375'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009E9'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009E9'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398375'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398408'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A7B'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A7B'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398408'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398377'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009EC'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009EC'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398377'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398424'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A55'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A55'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398424'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397524'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000095'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000095'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397524'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397730'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000253'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000253'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397730'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397729'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000230'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000230'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397729'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398265'^^xsd:integer;
  dwc:scientificName 'Spongomorpha aeruginosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000971'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000971'^^xsd:string;
  dwc:aphiaid '144413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398265'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '144413'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397617'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000155'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000155'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397617'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392440'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A3'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392440'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001077C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392438'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001077C'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001077C'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392438'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391339'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAEC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAEC'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391339'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001078F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392439'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001078F'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001078F'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392439'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391415'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB96'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB96'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391415'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392387'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010704'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010704'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392387'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392388'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010718'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010718'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392388'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001072B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392389'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001072B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001072B'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392389'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001278C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392614'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001278C'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001278C'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392614'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395953'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020067'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020067'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395953'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395954'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB36'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB36'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395954'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395955'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB5D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB5D'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395955'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395956'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB66'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB66'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395956'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395957'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB6E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB6E'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395957'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395262'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDBF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDBF'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395262'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395263'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDCE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDCE'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395263'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F63A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396063'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F63A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F63A'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396063'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396064'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F647'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F647'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396064'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396842'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020669'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020669'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396842'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002066B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396865'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002066B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002066B'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396865'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396866'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020673'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020673'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396866'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396867'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020680'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020680'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396867'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395119'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD21'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD21'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395119'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395747'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFD5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFD5'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395747'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398415'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A30'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A30'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398415'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398393'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A25'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A25'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398393'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398405'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A40'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A40'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398405'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398369'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009EF'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009EF'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398369'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398389'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009F2'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009F2'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398389'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398423'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A43'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A43'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398423'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398379'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009DF'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009DF'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398379'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398387'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A00'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A00'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398387'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398420'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A51'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A51'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398420'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395867> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002004F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395867'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002004F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002004F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395867'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395868'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB19'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB19'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395868'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398414'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A38'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A38'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398414'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395295> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395295'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A980'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A980'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395295'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395261'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDB7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDB7'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395261'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395952'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020060'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020060'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395952'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395748'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFDD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFDD'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395748'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391398'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB56'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB56'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391398'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398493'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B72'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B72'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398493'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398463'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BB0'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BB0'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398463'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398441'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A93'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A93'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398441'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395253'^^xsd:integer;
  dwc:scientificName 'Lecanora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A966'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A966'^^xsd:string;
  dwc:aphiaid '147715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395253'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398451'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BC4'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BC4'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398451'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398499'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B6D'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B6D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398499'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398455'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BCB'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BCB'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398455'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398486'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B2E'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B2E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398486'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000AEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398475'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000AEF'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000AEF'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398475'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398492'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B75'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B75'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398492'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394804'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F66'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F66'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394804'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393302'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD1'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393302'^^xsd:string;
  dwc:observationDate '1979-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390761'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321B0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321B0'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390761'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003224E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390820'^^xsd:integer;
  dwc:scientificName 'Palinurus elephas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003224E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003224E'^^xsd:string;
  dwc:aphiaid '107703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390820'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '107703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398679'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E38'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E38'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398679'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A96B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395255'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A96B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A96B'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395255'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A96E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395256'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A96E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A96E'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395256'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395257'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A970'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A970'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395257'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395258'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A974'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A974'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395258'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A97E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395259'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A97E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A97E'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395259'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395390'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E6'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E6'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395390'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395391'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9ED'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9ED'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395391'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ECC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394580'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ECC'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ECC'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394580'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394581'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED6'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED6'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394581'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394582'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EDD'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EDD'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394582'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394640'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE6'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE6'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394640'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394641'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EF3'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EF3'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394641'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397550'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000F2'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000F2'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397550'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397557'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000116'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000116'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397557'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397559'^^xsd:integer;
  dwc:scientificName 'Spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000117'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000117'^^xsd:string;
  dwc:aphiaid '129642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397559'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '129642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000011A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397565'^^xsd:integer;
  dwc:scientificName 'Homarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000011A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000011A'^^xsd:string;
  dwc:aphiaid '106862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397565'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398418'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A4A'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A4A'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398418'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398385'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009F9'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009F9'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398385'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398425'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A44'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A44'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398425'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398384'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009FF'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009FF'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398384'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398378'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009EB'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009EB'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398378'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398412'^^xsd:integer;
  dwc:scientificName 'Munida rugosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A7C'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A7C'^^xsd:string;
  dwc:aphiaid '107160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398412'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002068F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396899'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002068F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002068F'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396899'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396898'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020658'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020658'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396898'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396884'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020667'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020667'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396884'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395429'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9DD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9DD'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395429'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395430'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E2'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395430'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394984'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC9A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC9A'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394984'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396945'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020796'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020796'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396945'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002077F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396942'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002077F'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002077F'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396942'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002078A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396943'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002078A'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002078A'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396943'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396913'^^xsd:integer;
  dwc:scientificName 'Ramalina siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020760'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020760'^^xsd:string;
  dwc:aphiaid '147713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396913'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396957'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020773'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020773'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396957'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002077C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396958'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002077C'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002077C'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396958'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396959'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020786'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020786'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396959'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396914'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020761'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020761'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396914'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394770'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDF3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDF3'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394770'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394732'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EFD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EFD'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394732'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394681'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED4E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED4E'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394681'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394822'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F7A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F7A'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394822'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BADD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391331'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BADD'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BADD'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391331'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391414'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBB5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBB5'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391414'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393031'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B36'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B36'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393031'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391424'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBD1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBD1'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391424'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392599'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126BF'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126BF'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392599'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392458'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107AA'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107AA'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392458'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392456> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001078B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392456'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001078B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001078B'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392456'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392457'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A0'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392457'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392385'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010712'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010712'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392385'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391416'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB97'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB97'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391416'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BACF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391333'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BACF'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BACF'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391333'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391435'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBE4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBE4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391435'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392616'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012781'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012781'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392616'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BADF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391330'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BADF'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BADF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391330'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392476'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107DC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107DC'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392476'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393033'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B54'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B54'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393033'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393039'^^xsd:integer;
  dwc:scientificName 'Mya truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B4D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B4D'^^xsd:string;
  dwc:aphiaid '140431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393039'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393041'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B52'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B52'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393041'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398376'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009E6'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009E6'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398376'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396956'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020787'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020787'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396956'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399836'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CA9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CA9'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399836'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399914'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005011'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005011'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399914'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399857'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CD5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CD5'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399857'^^xsd:string;
  dwc:observationDate '2000-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399984'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005041'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005041'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399984'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399725'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005067'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005067'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399725'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394646'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED01'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED01'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394646'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395045'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCDD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCDD'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395045'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395046'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCE9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCE9'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395046'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395047'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCFA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCFA'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395047'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395595'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA19'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA19'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395595'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395597'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA28'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA28'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395597'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395769'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAAB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAAB'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395769'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395767'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC1'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395767'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395768'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA5'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395768'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395770'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAAF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAAF'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395770'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002077A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396966'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002077A'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002077A'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396966'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396967'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020785'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020785'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396967'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396963'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020763'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020763'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396963'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396964'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020769'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020769'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396964'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396416> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396416'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F799'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F799'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396416'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F75C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396427'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F75C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F75C'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396427'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396937> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396937'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020783'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020783'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396937'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396938'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020798'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020798'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396938'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396951'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020772'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020772'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396951'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002077B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396952'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002077B'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002077B'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396952'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396953> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002078E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396953'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002078E'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002078E'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396953'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391348'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB0A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB0A'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391348'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391321'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAAE'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAAE'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391321'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392478'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107C3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107C3'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392478'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392477'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B5'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392477'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391425'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBB6'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBB6'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391425'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393042'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B35'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B35'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393042'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392486'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107D2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107D2'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392486'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392837'^^xsd:integer;
  dwc:scientificName 'Callionymus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A40'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A40'^^xsd:string;
  dwc:aphiaid '125930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392837'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '125930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392596'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126B1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126B1'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392596'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391379'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB4A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB4A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391379'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391384'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB48'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB48'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391384'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392430'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A9'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A9'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392430'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395863'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020029'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020029'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395863'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396954'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020793'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020793'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396954'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395864'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020039'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020039'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395864'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395865'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020046'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020046'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395865'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395875'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB17'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB17'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395875'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395876'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB34'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB34'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395876'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395008'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8DA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8DA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395008'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395007'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395007'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002065A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396894'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002065A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002065A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396894'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002079A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396955'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002079A'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002079A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396955'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396949'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020764'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020764'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396949'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002076A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396950'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002076A'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002076A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396950'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396941'^^xsd:integer;
  dwc:scientificName 'Gelidium pusillum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020766'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020766'^^xsd:string;
  dwc:aphiaid '145590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396941'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '145590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396970'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020768'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020768'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396970'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396971'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020770'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020770'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396971'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396972'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020779'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020779'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396972'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396459'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F3'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396459'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396460'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F809'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F809'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396460'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394497'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB6'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394497'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391887'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDD1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDD1'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391887'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391426'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBB7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBB7'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391426'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.922657"^^xsd:decimal ;
  dwc:decimalLongitude "-2.321605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  geo-pos:lat "55.922657"^^xsd:decimal ;
  geo-pos:long "-2.321605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391406'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB87'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.321605'^^xsd:double;
  dwc:latitude '55.922657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB87'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391406'^^xsd:string;
  dwc:observationDate '1977-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391397'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB67'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB67'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391397'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392348'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010780'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010780'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392348'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392338'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010788'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010788'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392338'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391318'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAC0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAC0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391318'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391344'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB26'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB26'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391344'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391347'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB20'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB20'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391347'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392638'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012817'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012817'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392638'^^xsd:string;
  dwc:observationDate '1977-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398372'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009E5'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009E5'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398372'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398407'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A36'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A36'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398407'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398397'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A0D'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A0D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398397'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398396'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A26'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A26'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398396'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398411'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A2D'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A2D'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398411'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000023D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397748'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000023D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000023D'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397748'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397507'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000019'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000019'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397507'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397623'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000270'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000270'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397623'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395598'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA32'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA32'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395598'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395599'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA38'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA38'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395599'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395600'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA40'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA40'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395600'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394997'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCB6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCB6'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394997'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396876'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020656'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020656'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396876'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396877'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020668'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020668'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396877'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396878'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020696'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020696'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396878'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395044'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCD8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCD8'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395044'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395217'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD83'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD83'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395217'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394980'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCA6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCA6'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394980'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002068C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396889'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002068C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002068C'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396889'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395663'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF6A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF6A'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395663'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395664'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF6E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF6E'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395664'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396763'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205FE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205FE'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396763'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396771'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020623'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020623'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396771'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396066'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F664'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F664'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396066'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394598'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECF2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECF2'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394598'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396965'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020771'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020771'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396965'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001070A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392403'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001070A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001070A'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392403'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397624'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000176'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000176'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397624'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391400'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB65'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB65'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391400'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391386'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB39'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB39'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391386'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391399'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB57'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB57'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391399'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391891'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDD5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDD5'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391891'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392442'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010790'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010790'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392442'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392443'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A4'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392443'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391340'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAED'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAED'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391340'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392410'^^xsd:integer;
  dwc:scientificName 'Virgularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010709'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010709'^^xsd:string;
  dwc:aphiaid '128503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392410'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '128503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397789'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000373'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000373'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397789'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397607'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000148'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000148'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397607'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397646'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000183'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000183'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397646'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002066E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396895'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002066E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002066E'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396895'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396973'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020784'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020784'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396973'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394494'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E6F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E6F'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394494'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398374'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009D7'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009D7'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398374'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393035'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B31'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B31'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393035'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400139'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050E1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050E1'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400139'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400142'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050ED'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050ED'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400142'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396928'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020776'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020776'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396928'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396290'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D9'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396290'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396291'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6EC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6EC'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396291'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396285'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D7'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396285'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396929'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020781'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020781'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396929'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002078B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396930'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002078B'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002078B'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396930'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395977'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB45'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB45'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395977'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395978'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB4A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB4A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395978'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395976'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB3C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB3C'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395976'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395879'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB1E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB1E'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395879'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395880'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB25'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB25'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395880'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395869'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB33'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB33'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395869'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A95C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395235'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A95C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A95C'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395235'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395983'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB68'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB68'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395983'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395980'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB50'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB50'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395980'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395981'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB58'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB58'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395981'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395982'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB60'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB60'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395982'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391338'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB09'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB09'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391338'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391349'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB0B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB0B'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391349'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398421'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A5C'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A5C'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398421'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398409'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A41'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A41'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398409'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398399'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A12'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A12'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398399'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398401'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A7A'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A7A'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398401'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398417'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A45'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A45'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398417'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398382'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009F4'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009F4'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398382'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398383'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A79'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A79'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398383'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398380'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009E3'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009E3'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398380'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398392'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A0F'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A0F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398392'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398404'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A2A'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A2A'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398404'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398413'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A37'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A37'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398413'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398400'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A1C'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A1C'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398400'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399887'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D26'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D26'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399887'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399648'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F6E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F6E'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399648'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394495'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E90'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E90'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394495'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394496'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB4'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394496'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396244'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F710'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F710'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396244'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396245> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396245'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F736'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F736'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396245'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396243'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6DC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6DC'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396243'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392454'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A8'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A8'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392454'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392600'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012694'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012694'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392600'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392479'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B6'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B6'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392479'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002078D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396974'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002078D'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002078D'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396974'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396915'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020762'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020762'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396915'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397339'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A5'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A5'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397339'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002063B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396833'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002063B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002063B'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396833'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397068> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397068'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C3'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397068'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396834'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020640'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020640'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396834'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395645'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF59'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF59'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395645'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394768'^^xsd:integer;
  dwc:scientificName 'Algae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDA4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDA4'^^xsd:string;
  dwc:aphiaid '139994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394768'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1048787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397454'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C477'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C477'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397454'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397195'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A012'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A012'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397195'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395646> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395646'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF5F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF5F'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395646'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395647'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF63'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF63'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395647'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395644'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF4E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF4E'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395644'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395129> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395129'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A925'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A925'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395129'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A92B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395130'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A92B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A92B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395130'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396789> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396789'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020615'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020615'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396789'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397372'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3BA'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3BA'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397372'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C38D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397317'^^xsd:integer;
  dwc:scientificName 'Syngnathus rostellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C38D'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C38D'^^xsd:string;
  dwc:aphiaid '127389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397317'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '127389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397379'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3BF'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3BF'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397379'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397380'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3BD'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3BD'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397380'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397378'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3BB'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3BB'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397378'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397381'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B8'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B8'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397381'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C39A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397333'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C39A'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C39A'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397333'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C39C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397334'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C39C'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C39C'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397334'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397335'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A4'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A4'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397335'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394597'^^xsd:integer;
  dwc:scientificName 'Eatonina fulgida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED1A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED1A'^^xsd:string;
  dwc:aphiaid '139169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394597'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '139169'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394657'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC3'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394657'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394658'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC8'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394658'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396097'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F638'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F638'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396097'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A01E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397187'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A01E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A01E'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397187'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C47B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397452'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C47B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C47B'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397452'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397495'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C537'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C537'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397495'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397478'^^xsd:integer;
  dwc:scientificName 'Asparagopsis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C518'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C518'^^xsd:string;
  dwc:aphiaid '144438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397478'^^xsd:string;
  dwc:observationDate '2007-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '144438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397408'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B936'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B936'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397408'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396467> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396467'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F831'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F831'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396467'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395682'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF7C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF7C'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395682'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395332'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE13'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE13'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395332'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396278'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F734'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F734'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396278'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395657'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA84'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA84'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395657'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395377> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395377'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE69'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE69'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395377'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395378> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395378'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE6F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE6F'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395378'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395379'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE7D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE7D'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395379'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395380'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE88'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE88'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395380'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395381'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE94'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE94'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395381'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395382'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEA0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEA0'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395382'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395330'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE02'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE02'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395330'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395331'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE0A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE0A'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395331'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394515'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E7F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E7F'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394515'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394516'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E86'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E86'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394516'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394405'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E54'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E54'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394405'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394406'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E56'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E56'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394406'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F68A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396164'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F68A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F68A'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396164'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396165'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F697'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F697'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396165'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396126'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B5'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396126'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F72D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396276'^^xsd:integer;
  dwc:scientificName 'Rissoa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F72D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F72D'^^xsd:string;
  dwc:aphiaid '154011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396276'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396215'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F7'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396215'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396216'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F707'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F707'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396216'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396308'^^xsd:integer;
  dwc:scientificName 'Petrobius maritimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F738'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F738'^^xsd:string;
  dwc:aphiaid '118128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396308'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '118128'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396309'^^xsd:integer;
  dwc:scientificName 'Petrobius maritimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F744'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F744'^^xsd:string;
  dwc:aphiaid '118128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396309'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '118128'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395137'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD30'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD30'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395137'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395138'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD3D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD3D'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395138'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395139> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395139'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD4D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD4D'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395139'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395405'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE96'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE96'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395405'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395406'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9FA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9FA'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395406'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395686'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFA6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFA6'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395686'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395687'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFAF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFAF'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395687'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395681'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF71'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF71'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395681'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395683'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF84'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF84'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395683'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395812'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020014'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020014'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395812'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395333'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE21'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE21'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395333'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396553'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE41'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE41'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396553'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396272'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6CE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6CE'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396272'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396193'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6BF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6BF'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396193'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396186> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396186'^^xsd:integer;
  dwc:scientificName 'Lasaea adansoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F0'^^xsd:string;
  dwc:aphiaid '178911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396186'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396195'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F718'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F718'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396195'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394719'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED4D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED4D'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394719'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395285> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395285'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDB6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDB6'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395285'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395684'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF92'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF92'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395684'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395685'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF9C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF9C'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395685'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395055'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCDE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCDE'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395055'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395056'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCEA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCEA'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395056'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396552'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE38'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE38'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396552'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395810'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020004'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020004'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395810'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002000C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395811'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002000C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002000C'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395811'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396555'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE54'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE54'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396555'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001289F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392693'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001289F'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001289F'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392693'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395136'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD26'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD26'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395136'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394473'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECBF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECBF'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394473'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397809'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000340'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000340'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397809'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397769'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002B6'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002B6'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397769'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397791'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002F4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002F4'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397791'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397683'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000296'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000296'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397683'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397701'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001F0'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001F0'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397701'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000029C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397724'^^xsd:integer;
  dwc:scientificName 'Ancula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000029C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000029C'^^xsd:string;
  dwc:aphiaid '138038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397724'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '138038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397823'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000332'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000332'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397823'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397760'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002C4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002C4'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397760'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397784'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000302'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000302'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397784'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002064B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396808'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002064B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002064B'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396808'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395349'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE22'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE22'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395349'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395350'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE28'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE28'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395350'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394617'^^xsd:integer;
  dwc:scientificName 'Heteranomia squamula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED42'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED42'^^xsd:string;
  dwc:aphiaid '138749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394617'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394429'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E2C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E2C'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394429'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394430> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394430'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E32'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E32'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394430'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394431'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E36'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E36'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394431'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394432'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E3D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E3D'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394432'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396421'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F746'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F746'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396421'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F74A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396422'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F74A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F74A'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396422'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396423'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F752'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F752'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396423'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396424'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F768'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F768'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396424'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394596'^^xsd:integer;
  dwc:scientificName 'Dynamene bidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED19'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED19'^^xsd:string;
  dwc:aphiaid '256988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394596'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '256988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394622'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED34'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED34'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394622'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395728'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFB9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFB9'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395728'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395729'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA8E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA8E'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395729'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395730'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA9B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA9B'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395730'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396807'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020643'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020643'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396807'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396799'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020637'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020637'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396799'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395425'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9DC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9DC'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395425'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397279'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C372'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C372'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397279'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C37E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397280'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C37E'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C37E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397280'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397309'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C385'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C385'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397309'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395346'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE04'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE04'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395346'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395347'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE0B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE0B'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395347'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395348'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE14'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE14'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395348'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394902'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC3A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC3A'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394902'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395426'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E1'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395426'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397575'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000063'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000063'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397575'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394616'^^xsd:integer;
  dwc:scientificName 'Heteranomia squamula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED1C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED1C'^^xsd:string;
  dwc:aphiaid '138749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394616'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C36F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397278'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C36F'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C36F'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397278'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394623'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE5'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394623'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394661'^^xsd:integer;
  dwc:scientificName 'Rissoa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED22'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED22'^^xsd:string;
  dwc:aphiaid '154011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394661'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394555'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED3F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED3F'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394555'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394556'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE8'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394556'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396548'^^xsd:integer;
  dwc:scientificName 'Porphyra umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D2'^^xsd:string;
  dwc:aphiaid '144437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396548'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395427'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E9'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395427'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395428'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9FC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9FC'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395428'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394869> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394869'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A891'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A891'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394869'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395030'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCDC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCDC'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395030'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395031'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCE8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCE8'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395031'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395032'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCF8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCF8'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395032'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395654'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF8F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF8F'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395654'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395655'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF90'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF90'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395655'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395656'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFAD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFAD'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395656'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394903'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC45'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC45'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394903'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395621'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF34'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF34'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395621'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395622'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF3E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF3E'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395622'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395623'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA64'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA64'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395623'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395624'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA6A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA6A'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395624'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002060C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396773'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002060C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002060C'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396773'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002061D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396774'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002061D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002061D'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396774'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395140'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD59'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD59'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395140'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395141'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD5A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD5A'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395141'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395142> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395142'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD65'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD65'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395142'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395143'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD70'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD70'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395143'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396488'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F834'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F834'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396488'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396549'^^xsd:integer;
  dwc:scientificName 'Porphyra umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D9'^^xsd:string;
  dwc:aphiaid '144437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396549'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396341'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A7'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396341'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396342'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B2'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396342'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F78E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396438'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F78E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F78E'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396438'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396439> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F77A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396439'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F77A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F77A'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396439'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395717'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA7C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA7C'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395717'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395718'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA81'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA81'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395718'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395720'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA8D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA8D'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395720'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395721'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA95'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA95'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395721'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395722'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA9A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA9A'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395722'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395723'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA0'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395723'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF8A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395725'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF8A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF8A'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395725'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395726'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFA0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFA0'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395726'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394568> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394568'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED3D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED3D'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394568'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397358'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3AA'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3AA'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397358'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397356'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B2'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B2'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397356'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397271'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C368'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C368'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397271'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397272'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C378'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C378'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397272'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397302'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C387'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C387'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397302'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397375'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3B7'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3B7'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397375'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A00E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397194'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A00E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A00E'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397194'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397079'^^xsd:integer;
  dwc:scientificName 'Asparagopsis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226CD'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226CD'^^xsd:string;
  dwc:aphiaid '144438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397079'^^xsd:string;
  dwc:observationDate '2007-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '144438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396770'^^xsd:integer;
  dwc:scientificName 'Bowerbankia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020617'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020617'^^xsd:string;
  dwc:aphiaid '111023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396770'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '111022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395433'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE93'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE93'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395433'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395434'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE9E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE9E'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395434'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395447'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE83'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE83'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395447'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395448'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE8D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE8D'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395448'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395449'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEA8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEA8'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395449'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395724'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF89'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF89'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395724'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396099> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F65E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396099'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F65E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F65E'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396099'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ECE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394557'^^xsd:integer;
  dwc:scientificName 'Lasaea adansoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ECE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ECE'^^xsd:string;
  dwc:aphiaid '178911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394557'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '178911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394594'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED0C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED0C'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394594'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394595'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED2E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED2E'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394595'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397539'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000FF'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000FF'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397539'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398276'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000973'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000973'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398276'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000017C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397649'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000017C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000017C'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397649'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000022E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397743'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000022E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000022E'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397743'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.490598 -3.207237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.490598"^^xsd:decimal ;
  dwc:decimalLongitude "-3.207237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.490598 -3.207237)"^^geo:wktLiteral ;
  geo-pos:lat "53.490598"^^xsd:decimal ;
  geo-pos:long "-3.207237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000000C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391291'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Olwen Ager'^^xsd:string;
  dwc:collectorNumber '18114'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000000C2'^^xsd:string;
  dwc:collector 'Olwen Ager'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.207237'^^xsd:double;
  dwc:latitude '53.490598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000000C2'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391291'^^xsd:string;
  dwc:observationDate '1979-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395613'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA62'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA62'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395613'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397199'^^xsd:integer;
  dwc:scientificName 'Asparagopsis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E68'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E68'^^xsd:string;
  dwc:aphiaid '144438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397199'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '144438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397355'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3AD'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3AD'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397355'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002060D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396793'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002060D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002060D'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396793'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396098'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F650'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F650'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396098'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390446'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E03'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E03'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390446'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.920695"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.920695 -5.97324)"^^geo:wktLiteral ;
  geo-pos:lat "54.920695"^^xsd:decimal ;
  geo-pos:long "-5.97324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391898'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.97324'^^xsd:double;
  dwc:latitude '54.920695'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE09'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391898'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397511'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000030'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000030'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397511'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394230'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E2B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E2B'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394230'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398619'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DFC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DFC'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398619'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001479A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393906'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001479A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001479A'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393906'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398063'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008F6'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008F6'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398063'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398059'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008D3'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008D3'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398059'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398064> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398064'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008D6'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008D6'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398064'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398052> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398052'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008F2'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008F2'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398052'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398057'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008F4'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008F4'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398057'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398053'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008EE'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008EE'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398053'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398060'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008E2'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008E2'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398060'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398058'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008EF'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008EF'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398058'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398061'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008D4'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008D4'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398061'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398045'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000857'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000857'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398045'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398047'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000859'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000859'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398047'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398050'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hilton Davis'^^xsd:string;
  dwc:collectorNumber '120335'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000858'^^xsd:string;
  dwc:collector 'Hilton Davis'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000858'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398050'^^xsd:string;
  dwc:observationDate '1977-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398435'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A8F'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A8F'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398435'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398438'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A85'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A85'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398438'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A95B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395228'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A95B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A95B'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395228'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395958'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB73'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB73'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395958'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399722'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005065'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005065'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399722'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000501D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399561'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000501D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000501D'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399561'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400130'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005085'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005085'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400130'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399783'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050CF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050CF'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399783'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394338'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027842'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027842'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394338'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000AFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398466'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000AFF'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000AFF'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398466'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398054'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008F5'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008F5'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398054'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395504'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA12'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA12'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395504'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395973'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB67'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB67'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395973'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000018D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397634'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000018D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000018D'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397634'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397645'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000179'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000179'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397645'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000026D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397653'^^xsd:integer;
  dwc:scientificName 'Zoarces viviparus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000026D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000026D'^^xsd:string;
  dwc:aphiaid '127123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397653'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398259> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398259'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000972'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000972'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398259'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397747'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000233'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000233'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397747'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394628'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED12'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED12'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394628'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394629'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EF1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EF1'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394629'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394630'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED2'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394630'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394631'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED5'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394631'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394632'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EDC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EDC'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394632'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394633'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE7'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394633'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394634'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EF2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EF2'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394634'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398055'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008F0'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008F0'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398055'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398305'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000999'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000999'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398305'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398311> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000099F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398311'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000099F'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000099F'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398311'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398306'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A0'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A0'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398306'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000099C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398309'^^xsd:integer;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000099C'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000099C'^^xsd:string;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398309'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000099B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398312'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000099B'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000099B'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398312'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398310'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000998'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000998'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398310'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000099E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398307'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000099E'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000099E'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398307'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000099A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398308'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000099A'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000099A'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398308'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396737'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E6'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396737'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396738'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F1'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396738'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396661'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAED'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAED'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396661'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396662'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAFA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAFA'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396662'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396663'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB06'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB06'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396663'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396592'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE5B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE5B'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396592'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396593'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B1'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396593'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396594'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9BC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9BC'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396594'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395974'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB71'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB71'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395974'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395975'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB79'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB79'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395975'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395969'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB70'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB70'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395969'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395970'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB42'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB42'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395970'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394934'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8A6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8A6'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394934'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394935'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8BC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8BC'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394935'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395791'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAAE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAAE'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395791'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002783B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394336'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002783B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002783B'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394336'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002783F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394337'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002783F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002783F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394337'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394435'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC23'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC23'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394435'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394436'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC31'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC31'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394436'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396468'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E1'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396468'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396469'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7EB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7EB'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396469'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396470'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7FC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7FC'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396470'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396111'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6AD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6AD'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396111'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396184'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F725'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F725'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396184'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396471'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F813'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F813'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396471'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396166'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6AC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6AC'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396166'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F72F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396280'^^xsd:integer;
  dwc:scientificName 'Spirorbis corallinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F72F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F72F'^^xsd:string;
  dwc:aphiaid '131224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396280'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392718'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128BA'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128BA'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392718'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395351'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE1D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE1D'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395351'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395713'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA9E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA9E'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395713'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396252'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F713'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F713'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396252'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392726'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B9'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B9'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392726'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001289B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392684'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001289B'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001289B'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392684'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392679'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012895'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012895'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392679'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392725'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128BC'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128BC'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392725'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392695'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A5'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A5'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392695'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395176'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A942'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A942'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395176'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F71B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396220'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F71B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F71B'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396220'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396219'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F5'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396219'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394696'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED54'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED54'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394696'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395177'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A946'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A946'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395177'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395711'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA8B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA8B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395711'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395712'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA93'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA93'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395712'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396643'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD8'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396643'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AADE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396644'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AADE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AADE'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396644'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002023D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396642'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002023D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002023D'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396642'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396708'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B6'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396708'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396347> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396347'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C4'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396347'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396709'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C5'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396709'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396710'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D3'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396710'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396711'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205DB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205DB'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396711'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396712'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F0'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396712'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396902'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020670'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020670'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396902'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002067E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396881'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002067E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002067E'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396881'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395174'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A932'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A932'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395174'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A93A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395175'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A93A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A93A'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395175'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398450'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BC7'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BC7'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398450'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398483'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B2A'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B2A'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398483'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000AEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398471'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000AEB'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000AEB'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398471'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398496'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B92'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B92'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398496'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398476'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B3E'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B3E'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398476'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398473> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398473'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B14'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B14'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398473'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398494'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B69'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B69'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398494'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398445'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BD4'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BD4'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398445'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398485'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B96'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B96'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398485'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398474'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B97'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B97'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398474'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396433'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7CF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7CF'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396433'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394522'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECC9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECC9'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394522'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394523'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECCE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECCE'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394523'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394517'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC8E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC8E'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394517'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396238'^^xsd:integer;
  dwc:scientificName 'Himanthalia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F703'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F703'^^xsd:string;
  dwc:aphiaid '144131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396238'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395651'^^xsd:integer;
  dwc:scientificName 'Fucus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF5C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF5C'^^xsd:string;
  dwc:aphiaid '144129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395651'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395627'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA6C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA6C'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395627'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395628'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA6F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA6F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395628'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395629'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA73'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA73'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395629'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392701'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A7'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A7'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392701'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392677'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012891'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012891'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392677'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392686'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012898'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012898'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392686'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396775'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205FD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205FD'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396775'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396776'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020604'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020604'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396776'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396777'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020605'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020605'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396777'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396778'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020609'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020609'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396778'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002061B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396779'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002061B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002061B'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396779'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395237'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD8C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD8C'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395237'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395238'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD95'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD95'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395238'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002008C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395993'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002008C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002008C'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395993'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395892'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020058'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020058'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395892'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395987'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020092'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020092'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395987'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002009A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395965'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002009A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002009A'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395965'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395966'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB74'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB74'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395966'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395714'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA3'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395714'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002003B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395897'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002003B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002003B'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395897'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395898'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020053'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020053'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395898'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394737'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F03'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F03'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394737'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396543'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F822'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F822'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396543'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396462'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F832'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F832'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396462'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394521'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECC1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECC1'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394521'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394748> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394748'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F0D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F0D'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394748'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399868'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050A9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050A9'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399868'^^xsd:string;
  dwc:observationDate '1999-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400140> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400140'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050E7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050E7'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400140'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397727'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000280'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000280'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397727'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000030A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397801'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000030A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000030A'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397801'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397761'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002CF'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002CF'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397761'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000037A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397763'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000037A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000037A'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397763'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397772'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002BB'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002BB'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397772'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000030D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397786'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000030D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000030D'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397786'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396832'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020641'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020641'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396832'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002062C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396809'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002062C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002062C'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396809'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001288E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392678'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001288E'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001288E'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392678'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001289C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392691'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001289C'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001289C'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392691'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392696'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A2'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A2'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392696'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392702'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A6'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A6'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392702'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392708'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B2'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B2'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392708'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396542'^^xsd:integer;
  dwc:scientificName 'Talitrus saltator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D7'^^xsd:string;
  dwc:aphiaid '103220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396542'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A91C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395147'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A91C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A91C'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395147'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395148> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395148'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD40'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD40'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395148'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395206'^^xsd:integer;
  dwc:scientificName 'Fucus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD3C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD3C'^^xsd:string;
  dwc:aphiaid '144129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395206'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395626'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA5B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA5B'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395626'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395144> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395144'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD24'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD24'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395144'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395145'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD29'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD29'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395145'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A91B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395146'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A91B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A91B'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395146'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394518'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC9A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC9A'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394518'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394519'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECA2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECA2'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394519'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394520'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECBC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECBC'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394520'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394508'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EAC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EAC'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394508'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F63D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396073'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F63D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F63D'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396073'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F64D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396074'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F64D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F64D'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396074'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394983'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8EA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8EA'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394983'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002067B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396905'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002067B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002067B'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396905'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002068D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396906'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002068D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002068D'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396906'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002065E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396910'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002065E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002065E'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396910'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396886'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020691'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020691'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396886'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395316'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDBE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDBE'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395316'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395317'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDDD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDDD'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395317'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395318'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDF2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDF2'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395318'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395308> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395308'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDBA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDBA'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395308'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395309> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395309'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDC9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDC9'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395309'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392683'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012896'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012896'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392683'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396743'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205CD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205CD'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396743'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E8C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394502'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E8C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E8C'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394502'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001288D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392674'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001288D'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001288D'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392674'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001289D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392690'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001289D'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001289D'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392690'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392723'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B3'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B3'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392723'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392731'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128BD'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128BD'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392731'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392680> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392680'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012890'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012890'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392680'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395771'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC2'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395771'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395772'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAAC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAAC'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395772'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395773'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAB0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAB0'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395773'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395774'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAB4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAB4'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395774'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394564'^^xsd:integer;
  dwc:scientificName 'Algae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED09'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED09'^^xsd:string;
  dwc:aphiaid '139994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394564'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1048787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394404'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E53'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E53'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394404'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395799'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFEE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFEE'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395799'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395798'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFD2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFD2'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395798'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396764'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020603'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020603'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396764'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396765'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020606'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020606'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396765'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395307'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDB2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDB2'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395307'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395250> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395250'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDAF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDAF'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395250'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395251'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A972'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A972'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395251'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394468'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC60'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC60'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394468'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396480'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E2'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396480'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AACC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395849'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AACC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AACC'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395849'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395445'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE7B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE7B'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395445'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395446'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE86'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE86'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395446'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395455'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE72'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE72'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395455'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396686'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205CE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205CE'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396686'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F76E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396315'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F76E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F76E'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396315'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396400'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F767'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F767'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396400'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394503'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA2'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394503'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394455> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394455'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB7'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394455'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394453'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA5'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394453'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394454'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA9'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394454'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394504'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EAE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EAE'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394504'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394505'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB9'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394505'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394501'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E89'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E89'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394501'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395775'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAB6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAB6'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395775'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395310> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395310'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDD9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDD9'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395310'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396036'^^xsd:integer;
  dwc:scientificName 'Talitrus saltator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F620'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F620'^^xsd:string;
  dwc:aphiaid '103220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396036'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '103220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395178'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A927'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A927'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395178'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395179'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A935'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A935'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395179'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395180'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A948'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A948'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395180'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395458'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEAD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEAD'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395458'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FED3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395590'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FED3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FED3'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395590'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395592'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA2F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA2F'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395592'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395593'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA0E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA0E'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395593'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395594'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA14'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA14'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395594'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395484'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEE9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEE9'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395484'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396672'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020240'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020240'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396672'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396604> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396604'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE37'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE37'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396604'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396605'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE3F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE3F'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396605'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396606'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE4B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE4B'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396606'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396784'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020611'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020611'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396784'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002060F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396794'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002060F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002060F'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396794'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396768> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396768'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020622'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020622'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396768'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395135'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD48'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD48'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395135'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395403'^^xsd:integer;
  dwc:scientificName 'Cladophora rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE85'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE85'^^xsd:string;
  dwc:aphiaid '145064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395403'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394469'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E82'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E82'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394469'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396135> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396135'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F689'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F689'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396135'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396136'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F696'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F696'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396136'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396153> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F68F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396153'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F68F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F68F'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396153'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396154> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F69C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396154'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F69C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F69C'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396154'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396155'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B6'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396155'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396116'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F695'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F695'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396116'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396120'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B4'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396120'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396115'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F688'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F688'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396115'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396190'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E1'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396190'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396191'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E9'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396191'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396192'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F4'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396192'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396187'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C3'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396187'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396188'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D0'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396188'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396189> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396189'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6DE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6DE'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396189'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397611'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002B2'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002B2'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397611'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000020F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397715'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000020F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000020F'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397715'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397534'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000118'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000118'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397534'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397688'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000209'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000209'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397688'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397705'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001F5'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001F5'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397705'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397686'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000214'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000214'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397686'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397690'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000293'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000293'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397690'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399718'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FF2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FF2'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399718'^^xsd:string;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000403A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399735'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000403A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000403A'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399735'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000502F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399576'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000502F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000502F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399576'^^xsd:string;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400085'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F0B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F0B'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400085'^^xsd:string;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400024'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005051'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005051'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400024'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394942'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC71'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC71'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394942'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395054'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCFF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCFF'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395054'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396314> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396314'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F790'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F790'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396314'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395896'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB32'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB32'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395896'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395688'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF76'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF76'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395688'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395689'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFB6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFB6'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395689'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395690'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA78'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA78'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395690'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394862'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8C7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8C7'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394862'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394863> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394863'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8CC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8CC'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394863'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394941> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394941'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC38'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC38'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394941'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395972'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB5F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB5F'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395972'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396893'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020687'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020687'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396893'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395282> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395282'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDC4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDC4'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395282'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394668'^^xsd:integer;
  dwc:scientificName 'Tectura virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED26'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED26'^^xsd:string;
  dwc:aphiaid '153552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394668'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395283'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDD6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDD6'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395283'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395273'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDEF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDEF'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395273'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395874'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB13'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB13'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395874'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395971'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB4F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB4F'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395971'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396079'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F673'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F673'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396079'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F63E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396095'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F63E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F63E'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396095'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F66C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396096'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F66C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F66C'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396096'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396107'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F670'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F670'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396107'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A89B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394943'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A89B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A89B'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394943'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395495'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEB8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEB8'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395495'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395496'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEC5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEC5'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395496'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395497'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEC9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEC9'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395497'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395498> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FED7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395498'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FED7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FED7'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395498'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395499> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395499'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEE5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEE5'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395499'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395500'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEF2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEF2'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395500'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395502'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF0F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF0F'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395502'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399489'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EC2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EC2'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399489'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399694'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FA6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FA6'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399694'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399519'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FD5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FD5'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399519'^^xsd:string;
  dwc:observationDate '1999-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399963> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399963'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005035'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005035'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399963'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399821'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040FE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040FE'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399821'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399861'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005063'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005063'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399861'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400034'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E7B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E7B'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400034'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395731'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF96'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF96'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395731'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395732'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFB4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFB4'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395732'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395733'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA97'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA97'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395733'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396481> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396481'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7EC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7EC'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396481'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395777'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFD6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFD6'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395777'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395778> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395778'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFDF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFDF'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395778'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395155> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395155'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD41'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD41'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395155'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395156'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD71'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD71'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395156'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395157'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A926'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A926'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395157'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396880> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396880'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020686'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020686'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396880'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396845'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020653'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020653'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396845'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396085> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F67B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396085'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F67B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F67B'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396085'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394371'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC15'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC15'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394371'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396457'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F803'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F803'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396457'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394443'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E8B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E8B'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394443'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394818> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394818'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F73'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F73'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394818'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394373'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E3A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E3A'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394373'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F79B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396323'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F79B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F79B'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396323'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394418'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E43'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E43'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394418'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394850'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F53'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F53'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394850'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394851'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F5F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F5F'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394851'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394853'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F76'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F76'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394853'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395000'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8E0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8E0'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395000'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395001'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8EC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8EC'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395001'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002065C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396911'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002065C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002065C'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396911'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002066D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396912'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002066D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002066D'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396912'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002067D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396879'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002067D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002067D'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396879'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398300> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398300'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000997'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000997'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398300'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398297'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000994'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000994'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398297'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395208'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD7B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD7B'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395208'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394419'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E4B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E4B'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394419'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397558'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000108'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000108'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397558'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397509'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000096'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000096'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397509'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397783'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000375'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000375'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397783'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397785'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000318'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000318'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397785'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396325'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7CC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7CC'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396325'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F74B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396374'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F74B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F74B'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396374'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F76F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396375'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F76F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F76F'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396375'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396318'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F761'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F761'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396318'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395371'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE26'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE26'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395371'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394900'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC7F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC7F'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394900'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394901'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8C9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8C9'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394901'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395417'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9FF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9FF'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395417'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395418'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA00'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA00'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395418'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395419'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA01'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA01'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395419'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394955'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC35'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC35'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394955'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394956'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC3D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC3D'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394956'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394957'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC4C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC4C'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394957'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396705'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205DE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205DE'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396705'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392349'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010795'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010795'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392349'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392350'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107AC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107AC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392350'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394349> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394349'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027853'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027853'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394349'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395995'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB47'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB47'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395995'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395996'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB4B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB4B'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395996'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395997'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB53'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB53'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395997'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395998'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB63'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB63'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395998'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395999'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB6A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB6A'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395999'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396000'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB77'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB77'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396000'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A98E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395357'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A98E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A98E'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395357'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395358'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A994'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A994'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395358'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A99E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395359'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A99E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A99E'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395359'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395360'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A3'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395360'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395361'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A5'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395361'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394793'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDDF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDDF'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394793'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396324'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7BF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7BF'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396324'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395159> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A93B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395159'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A93B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A93B'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395159'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395160'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A940'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A940'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395160'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F62A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396032'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F62A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F62A'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396032'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394735'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED4F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED4F'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394735'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EE01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394839'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EE01'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EE01'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394839'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394840'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F47'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F47'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394840'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394834'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDA9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDA9'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394834'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394835'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDB3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDB3'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394835'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394836'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDBB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDBB'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394836'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394837> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394837'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDCD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDCD'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394837'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395195'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD53'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD53'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395195'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395196'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD60'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD60'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395196'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395197'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD6A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD6A'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395197'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395198'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD76'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD76'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395198'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395369'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE0E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE0E'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395369'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395370'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE1A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE1A'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395370'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394999'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394999'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395701'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA94'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA94'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395701'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396084'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F675'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F675'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396084'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397552'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000132'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000132'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397552'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396516'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7DE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7DE'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396516'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396518'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F8'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396518'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F80C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396519'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F80C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F80C'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396519'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396520'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F825'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F825'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396520'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396466'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F826'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F826'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396466'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396043'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F654'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F654'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396043'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396044'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F662'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F662'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396044'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395524'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEB4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEB4'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395524'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FECE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395525'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FECE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FECE'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395525'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395526'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEE0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEE0'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395526'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395527'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA05'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA05'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395527'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395528'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA10'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA10'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395528'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395529'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA2B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA2B'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395529'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395530'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA34'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA34'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395530'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395531'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA3B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA3B'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395531'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395532'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF1C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF1C'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395532'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396345> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396345'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7AC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7AC'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396345'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396346'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B7'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396346'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395404'^^xsd:integer;
  dwc:scientificName 'Cladophora rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F3'^^xsd:string;
  dwc:aphiaid '145064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395404'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395414'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE97'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE97'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395414'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395438'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE92'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE92'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395438'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395450'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE8E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE8E'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395450'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395451'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE9A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE9A'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395451'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395401'^^xsd:integer;
  dwc:scientificName 'Cladophora rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE67'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE67'^^xsd:string;
  dwc:aphiaid '145064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395401'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395402'^^xsd:integer;
  dwc:scientificName 'Cladophora rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE6D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE6D'^^xsd:string;
  dwc:aphiaid '145064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395402'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395698'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF87'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF87'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395698'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395699'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFA7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFA7'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395699'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395700'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA7F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA7F'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395700'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392728'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B7'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B7'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392728'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392681> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392681'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012894'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012894'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392681'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394590'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE3'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394590'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394591'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EEE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EEE'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394591'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394592'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EEF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EEF'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394592'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396732> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396732'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205BC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205BC'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396732'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396733> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396733'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396733'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394909> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394909'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC2F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC2F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394909'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394910> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A87F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394910'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A87F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A87F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394910'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394911> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394911'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8AB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8AB'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394911'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394912'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC5F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC5F'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394912'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394913'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC76'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC76'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394913'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394914> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394914'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC86'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC86'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394914'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394676'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED48'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED48'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394676'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392724'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128BF'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128BF'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392724'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392721'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B6'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B6'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392721'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396587'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C3'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396587'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395561> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA4B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395561'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA4B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA4B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395561'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395555'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA1D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA1D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395555'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395556'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA25'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA25'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395556'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395557'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA2D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA2D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395557'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395558'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA36'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA36'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395558'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395559'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA3E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA3E'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395559'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395560'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA44'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA44'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395560'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395513'^^xsd:integer;
  dwc:scientificName 'Cladophora rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEB3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEB3'^^xsd:string;
  dwc:aphiaid '145064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395513'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395541'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEDA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEDA'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395541'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395542'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEF4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEF4'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395542'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395543'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF05'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF05'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395543'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394639'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED36'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED36'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394639'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394664'^^xsd:integer;
  dwc:scientificName 'Spirorbis corallinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED23'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED23'^^xsd:string;
  dwc:aphiaid '131224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394664'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394665'^^xsd:integer;
  dwc:scientificName 'Spirorbis corallinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EF9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EF9'^^xsd:string;
  dwc:aphiaid '131224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394665'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394328'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027835'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027835'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394328'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002783C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394330'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002783C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002783C'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394330'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000024D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397751'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000024D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000024D'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397751'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394434'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC19'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC19'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394434'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002061F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396782'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002061F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002061F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396782'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395832'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC0'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395832'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395833'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC6'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395833'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AACD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395834'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AACD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AACD'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395834'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395835> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395835'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395835'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396756'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205FC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205FC'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396756'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396780'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020608'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020608'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396780'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002061A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396781'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002061A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002061A'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396781'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F65B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396104'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F65B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F65B'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396104'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396105'^^xsd:integer;
  dwc:scientificName 'Phymatolithon lenormandii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F672'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F672'^^xsd:string;
  dwc:aphiaid '145202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396105'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395544'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA47'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA47'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395544'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396729'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E8'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396729'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396730'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F7'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396730'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395545'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA4C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA4C'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395545'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002062A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396826'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002062A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002062A'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396826'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395546'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF2B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF2B'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395546'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FED1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395580'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FED1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FED1'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395580'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395581'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF0B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF0B'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395581'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396492'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E6'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396492'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392689'^^xsd:integer;
  dwc:scientificName 'Aeolidia papillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A1'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A1'^^xsd:string;
  dwc:aphiaid '138709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392689'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '138709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396693> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396693'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C1'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396693'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395836'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD4'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395836'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396827'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020639'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020639'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396827'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398460'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BAC'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BAC'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398460'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396545'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7FE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7FE'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396545'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394331> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394331'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027844'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027844'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394331'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398262> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000096E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398262'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000096E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000096E'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398262'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397632'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000198'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000198'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397632'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397527'^^xsd:integer;
  dwc:scientificName 'Sertularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000099'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000099'^^xsd:string;
  dwc:aphiaid '117234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397527'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '117234'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397518'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000031'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000031'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397518'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397601'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000161'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000161'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397601'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397553'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000EA'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000EA'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397553'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397745'^^xsd:integer;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A0'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A0'^^xsd:string;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397745'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000096C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398256'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000096C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000096C'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398256'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392705'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128AB'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128AB'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392705'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392698'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A3'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A3'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392698'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392730'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128BE'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128BE'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392730'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001288F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392682'^^xsd:integer;
  dwc:scientificName 'Sabellaria alveolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001288F'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001288F'^^xsd:string;
  dwc:aphiaid '130866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392682'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '130866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394947'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC72'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC72'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394947'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395079'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A917'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A917'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395079'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395710> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395710'^^xsd:integer;
  dwc:scientificName 'Idotea granulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA80'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA80'^^xsd:string;
  dwc:aphiaid '119044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395710'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '119044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F70B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396225'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F70B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F70B'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396225'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395057'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCDB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCDB'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395057'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395058'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCE3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCE3'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395058'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395060'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD0C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD0C'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395060'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395107'^^xsd:integer;
  dwc:scientificName 'Fucus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD00'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD00'^^xsd:string;
  dwc:aphiaid '144129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395107'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395320'^^xsd:integer;
  dwc:scientificName 'Fucus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDC7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDC7'^^xsd:string;
  dwc:aphiaid '144129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395320'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395319'^^xsd:integer;
  dwc:scientificName 'Fucus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDB0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDB0'^^xsd:string;
  dwc:aphiaid '144129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395319'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395065'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCEB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCEB'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395065'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395066> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395066'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD0D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD0D'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395066'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395067'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD18'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD18'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395067'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395356'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A7'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395356'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395844'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020010'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020010'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395844'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395845'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020019'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020019'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395845'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395846'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020023'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020023'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395846'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395298'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDC0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDC0'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395298'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AADF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396649'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AADF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AADF'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396649'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396440> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F75A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396440'^^xsd:integer;
  dwc:scientificName 'Talitrus saltator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F75A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F75A'^^xsd:string;
  dwc:aphiaid '103220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396440'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '103220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392694'^^xsd:integer;
  dwc:scientificName 'Sabellaria alveolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A0'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A0'^^xsd:string;
  dwc:aphiaid '130866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392694'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '130866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392703'^^xsd:integer;
  dwc:scientificName 'Sabellaria alveolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A8'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A8'^^xsd:string;
  dwc:aphiaid '130866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392703'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '130866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394567'^^xsd:integer;
  dwc:scientificName 'Bowerbankia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED3C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED3C'^^xsd:string;
  dwc:aphiaid '111023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394567'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394391'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC2F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC2F'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394391'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394392'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E33'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E33'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394392'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394393'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E37'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E37'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394393'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394394'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E3E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E3E'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394394'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394652'^^xsd:integer;
  dwc:scientificName 'Osmundea hybrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED15'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED15'^^xsd:string;
  dwc:aphiaid '144842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394652'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394553'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EEA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EEA'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394553'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394554'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EF6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EF6'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394554'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392675'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012892'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012892'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392675'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392676'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012893'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012893'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392676'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392729'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128C0'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128C0'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392729'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392699'^^xsd:integer;
  dwc:scientificName 'Polyplacophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128AA'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128AA'^^xsd:string;
  dwc:aphiaid '55'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392699'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '55'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396182'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C6'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396182'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396183'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E4'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396183'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396719'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D0'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396719'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395077'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A909'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A909'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395077'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395078> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A90D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395078'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A90D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A90D'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395078'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396650'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAE8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAE8'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396650'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396651> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396651'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB0B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB0B'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396651'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396648> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396648'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD9'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396648'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396717'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B9'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396717'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396718> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396718'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C8'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396718'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395290'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDAD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDAD'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395290'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395291'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A976'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A976'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395291'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395269'^^xsd:integer;
  dwc:scientificName 'Audouinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDB1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDB1'^^xsd:string;
  dwc:aphiaid '143800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395269'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '143800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394638> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394638'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EBD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EBD'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394638'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396170'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6AE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6AE'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396170'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002004E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395866'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002004E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002004E'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395866'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395276'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDA6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDA6'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395276'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE6C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395396'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE6C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE6C'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395396'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395512'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF20'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF20'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395512'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392704'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128AC'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128AC'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392704'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397606'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000136'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000136'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397606'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397618'^^xsd:integer;
  dwc:scientificName 'Sertularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002AE'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002AE'^^xsd:string;
  dwc:aphiaid '117234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397618'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '117234'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397665'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001CC'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001CC'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397665'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000097B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398274'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000097B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000097B'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398274'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395016'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8E3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8E3'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395016'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395676'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF75'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF75'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395676'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396224'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F709'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F709'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396224'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396018'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F624'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F624'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396018'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394775'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F4F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F4F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394775'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394776'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F5B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F5B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394776'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394777'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F62'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F62'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394777'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395563'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA0C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA0C'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395563'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395017'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8F0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8F0'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395017'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396907'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020690'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020690'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396907'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200AE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395988'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200AE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200AE'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395988'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395326'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A987'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A987'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395326'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395562'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA08'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA08'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395562'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396365'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B9'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396365'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395409'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE68'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE68'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395409'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395410'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE6E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE6E'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395410'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395411'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9D7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9D7'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395411'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A88F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394936'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A88F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A88F'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394936'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394882'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC66'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC66'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394882'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396657> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396657'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAEA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAEA'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396657'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396658'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB02'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB02'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396658'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396585'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9CF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9CF'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396585'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396586'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9D0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9D0'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396586'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396263'^^xsd:integer;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F701'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F701'^^xsd:string;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396263'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396264'^^xsd:integer;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F727'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F727'^^xsd:string;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396264'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396741'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205E4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205E4'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396741'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395009'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC90'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC90'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395009'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F70F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396237'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F70F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F70F'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396237'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397816'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000381'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000381'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397816'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397767'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002D0'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002D0'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397767'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000037D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397776'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000037D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000037D'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397776'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000020A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397700'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000020A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000020A'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397700'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397717'^^xsd:integer;
  dwc:scientificName 'Sertularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000287'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000287'^^xsd:string;
  dwc:aphiaid '117234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397717'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '117234'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397535'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000F1'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000F1'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397535'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397546'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000E2'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000E2'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397546'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397684'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001FE'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001FE'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397684'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397782'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000305'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000305'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397782'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397742'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000248'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000248'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397742'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397752> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397752'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A5'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A5'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397752'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000006F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397583'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000006F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000006F'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397583'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000034C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397821'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000034C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000034C'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397821'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397594> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397594'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000144'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000144'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397594'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397661'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001C0'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001C0'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397661'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392692> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001289E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392692'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001289E'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001289E'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392692'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392697'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A4'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A4'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392697'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392700'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128A9'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128A9'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392700'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392706'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B1'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B1'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392706'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392719'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B5'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B5'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392719'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392720'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128BB'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128BB'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392720'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394335'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027837'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027837'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394335'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396289'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6CF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6CF'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396289'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396762'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020616'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020616'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396762'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394870'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8AF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8AF'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394870'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394871'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B3'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394871'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394872'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8BD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8BD'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394872'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395112'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD38'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD38'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395112'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395652'^^xsd:integer;
  dwc:scientificName 'Ligia oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA75'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA75'^^xsd:string;
  dwc:aphiaid '146999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395652'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '146999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395653'^^xsd:integer;
  dwc:scientificName 'Ligia oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA77'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA77'^^xsd:string;
  dwc:aphiaid '146999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395653'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '146999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396118'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B3'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396118'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396221'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6DA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6DA'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396221'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396222'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6ED'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6ED'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396222'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396223'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F8'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396223'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396677'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAFC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAFC'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396677'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396678> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396678'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAFD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAFD'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396678'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396653> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002025F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396653'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002025F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002025F'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396653'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396582'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE58'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE58'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396582'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396783'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020601'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020601'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396783'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002023B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396676'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002023B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002023B'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396676'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397544'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000FE'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000FE'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397544'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392687'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012899'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012899'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392687'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392709'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128AF'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128AF'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392709'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396035'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F636'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F636'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396035'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396490'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E4'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396490'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396461'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F816'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F816'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396461'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002062F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396804'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002062F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002062F'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396804'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395851'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020030'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020030'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395851'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395852'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020038'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020038'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395852'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395853'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020047'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020047'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395853'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395905'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200AF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200AF'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395905'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395902'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020089'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020089'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395902'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395903'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020096'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020096'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395903'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395904'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200A1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200A1'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395904'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396720'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D6'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396720'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396721'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F5'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396721'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396739'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205DC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205DC'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396739'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205ED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396746'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205ED'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205ED'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396746'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EE07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394802'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EE07'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EE07'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394802'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394803'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F75'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F75'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394803'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396511> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396511'^^xsd:integer;
  dwc:scientificName 'Lepidochitona cinerea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F812'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F812'^^xsd:string;
  dwc:aphiaid '140143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396511'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '152774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396491'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F0'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396491'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396489'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7DB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7DB'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396489'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395633'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA72'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA72'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395633'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395010'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8DB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8DB'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395010'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396848'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020675'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020675'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396848'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395577'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA22'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA22'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395577'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395578'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA27'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA27'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395578'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395878'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB2C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB2C'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395878'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395088> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395088'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCE6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCE6'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395088'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394792'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDD3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDD3'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394792'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A90A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395089'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A90A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A90A'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395089'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A90F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395090'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A90F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A90F'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395090'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395986'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB3D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB3D'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395986'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002065B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396903'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002065B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002065B'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396903'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396214'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D4'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396214'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394799'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDAD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDAD'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394799'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394800'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDB5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDB5'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394800'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394801'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDBD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDBD'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394801'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396023'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F623'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F623'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396023'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396024'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F626'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F626'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396024'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396025'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F630'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F630'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396025'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394706'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED68'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED68'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394706'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394707'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F26'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F26'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394707'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394705'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED58'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED58'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394705'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394820'^^xsd:integer;
  dwc:scientificName 'Lepidochitona cinerea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F51'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F51'^^xsd:string;
  dwc:aphiaid '140143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394820'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '152774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394821'^^xsd:integer;
  dwc:scientificName 'Lepidochitona cinerea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F58'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F58'^^xsd:string;
  dwc:aphiaid '140143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394821'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '152774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394375'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E50'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E50'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394375'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395877'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB1D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB1D'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395877'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395854'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020051'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020051'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395854'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002066F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396904'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002066F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002066F'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396904'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395582> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395582'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF26'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF26'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395582'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395436'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9EA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9EA'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395436'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395884'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB2D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB2D'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395884'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395883'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB27'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB27'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395883'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395579'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA0D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA0D'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395579'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002063E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396806'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002063E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002063E'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396806'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395264> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395264'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDE2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDE2'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395264'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394774> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394774'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F40'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F40'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394774'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395951'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200A5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200A5'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395951'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFBE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395761'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFBE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFBE'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395761'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395762'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC8'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395762'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395764'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFDE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFDE'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395764'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395765'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFE9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFE9'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395765'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395766'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF2'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395766'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396747'^^xsd:integer;
  dwc:scientificName 'Spirorbis tridentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205EE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205EE'^^xsd:string;
  dwc:aphiaid '131238'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396747'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '334843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395205'^^xsd:integer;
  dwc:scientificName 'Spirorbis tridentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD78'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD78'^^xsd:string;
  dwc:aphiaid '131238'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395205'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396740'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205DF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205DF'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396740'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394374'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E4E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E4E'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394374'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395792'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFD8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFD8'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395792'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395745'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC5'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395745'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396199'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F735'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F735'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396199'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396506'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F808'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F808'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396506'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394485'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E65'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E65'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394485'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394484'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC99'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC99'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394484'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396147> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396147'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F686'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F686'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396147'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F68D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396117'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F68D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F68D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396117'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396274> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396274'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E6'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396274'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396273'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C5'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396273'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396236'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C7'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396236'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394972'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCB1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCB1'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394972'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394973'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCC4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCC4'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394973'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394969'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC99'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC99'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394969'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394970'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC9E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC9E'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394970'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCA3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394971'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCA3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCA3'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394971'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396707> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396707'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205CB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205CB'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396707'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395890'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020057'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020057'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395890'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F70E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396239'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F70E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F70E'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396239'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F71C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396218'^^xsd:integer;
  dwc:scientificName 'Dynamene bidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F71C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F71C'^^xsd:string;
  dwc:aphiaid '256988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396218'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '256988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F71D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396185'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F71D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F71D'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396185'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396247'^^xsd:integer;
  dwc:scientificName 'Littorina neglecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F723'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F723'^^xsd:string;
  dwc:aphiaid '446918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396247'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394858'^^xsd:integer;
  dwc:scientificName 'Porphyra umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDAF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDAF'^^xsd:string;
  dwc:aphiaid '144437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394858'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDB7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394859'^^xsd:integer;
  dwc:scientificName 'Porphyra umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDB7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDB7'^^xsd:string;
  dwc:aphiaid '144437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394859'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FED9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395522'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FED9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FED9'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395522'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395523'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF04'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF04'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395523'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD87" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395225'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD87'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD87'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395225'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395227> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395227'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD97'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD97'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395227'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394993'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC9F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC9F'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394993'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394994'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCA5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCA5'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394994'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396875'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020681'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020681'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396875'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396874'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020674'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020674'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396874'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395950> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002007F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395950'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002007F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002007F'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395950'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394685> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394685'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F11'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F11'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394685'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395891'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB2F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB2F'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395891'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395889'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020040'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020040'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395889'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395787> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395787'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAA8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAA8'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395787'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFCA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395780'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFCA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFCA'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395780'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395793'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFEB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFEB'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395793'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFD7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395782'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFD7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFD7'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395782'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395783'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFE1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFE1'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395783'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395784'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFEA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFEA'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395784'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395785'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF4'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395785'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395786'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF5'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395786'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394620'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED10'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED10'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394620'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394621'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED33'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED33'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394621'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F78A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396411'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F78A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F78A'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396411'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F79E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396412'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F79E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F79E'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396412'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396413'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C2'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396413'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396426'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F748'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F748'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396426'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396317'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F763'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F763'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396317'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F74D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396383'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F74D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F74D'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396383'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395287> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDCF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395287'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDCF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDCF'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395287'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395288> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395288'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDE8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDE8'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395288'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395289'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDF1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDF1'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395289'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396615'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020242'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020242'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396615'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394544> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394544'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E80'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E80'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394544'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394474> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394474'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECCC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECCC'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394474'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394475> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394475'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E8E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E8E'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394475'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394476'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E95'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E95'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394476'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002024E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396616'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002024E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002024E'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396616'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002025A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396617'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002025A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002025A'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396617'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396618'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB0E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB0E'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396618'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396589'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9BB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9BB'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396589'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392727'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B4'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B4'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392727'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002001E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395813'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002001E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002001E'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395813'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396573> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396573'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9CA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9CA'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396573'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396706> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396706'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C0'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396706'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395462'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEF0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEF0'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395462'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395463'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF00'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF00'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395463'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395464'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF0D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF0D'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395464'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395465'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA20'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA20'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395465'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396659> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396659'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAEC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAEC'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396659'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396660'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB05'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB05'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396660'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396614'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020237'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020237'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396614'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396194'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6FB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6FB'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396194'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394720> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394720'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED5B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED5B'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394720'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394614'^^xsd:integer;
  dwc:scientificName 'Haraldiophyllum bonnemaisonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED32'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED32'^^xsd:string;
  dwc:aphiaid '144755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394614'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394618'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECF0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECF0'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394618'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394619'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECFD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECFD'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394619'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395240'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A963'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A963'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395240'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396820> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396820'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020635'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020635'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396820'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396821> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396821'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020646'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020646'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396821'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002064D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396822'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002064D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002064D'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396822'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394904> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394904'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC53'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC53'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394904'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394905> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394905'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC69'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC69'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394905'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394906'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC75'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC75'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394906'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394907> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394907'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC85'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC85'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394907'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394908'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8CB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8CB'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394908'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395828'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020025'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020025'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395828'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396590'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C4'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396590'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396591'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9CB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9CB'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396591'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396588'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B5'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396588'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396687'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205BE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205BE'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396687'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396688> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396688'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205C9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205C9'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396688'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394991'^^xsd:integer;
  dwc:scientificName 'Elachista fucicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCAC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCAC'^^xsd:string;
  dwc:aphiaid '144937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394991'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395014'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8E2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8E2'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395014'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396384> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F76A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396384'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F76A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F76A'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396384'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396385'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F786'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F786'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396385'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396386> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396386'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B1'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396386'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F74F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396402'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F74F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F74F'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396402'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396403'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F777'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F777'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396403'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F73E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396445'^^xsd:integer;
  dwc:scientificName 'Venus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F73E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F73E'^^xsd:string;
  dwc:aphiaid '138648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396445'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396446'^^xsd:integer;
  dwc:scientificName 'Venus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F759'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F759'^^xsd:string;
  dwc:aphiaid '138648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396446'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394601'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED0'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394601'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395015'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8EF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8EF'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395015'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396330'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F764'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F764'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396330'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396897> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002068E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396897'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002068E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002068E'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396897'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394477'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA8'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394477'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396868> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396868'^^xsd:integer;
  dwc:scientificName 'Codium tomentosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020664'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020664'^^xsd:string;
  dwc:aphiaid '145092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396868'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395239'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD9C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD9C'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395239'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396296> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F73C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396296'^^xsd:integer;
  dwc:scientificName 'Armeria maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F73C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F73C'^^xsd:string;
  dwc:aphiaid '182769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396296'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '182769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396319'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A1'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396319'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396366> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396366'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A3'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396366'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396367> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396367'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7AD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7AD'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396367'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396368'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C6'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396368'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395824'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020006'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020006'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395824'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002000D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395825'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002000D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002000D'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395825'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396019'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F628'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F628'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396019'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394684'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EFF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EFF'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394684'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395826'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020015'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020015'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395826'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002001F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395827'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002001F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002001F'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395827'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395400'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE7C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE7C'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395400'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396134'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A7'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396134'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000071A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398041'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000071A'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000071A'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398041'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398028'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000701'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000701'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398028'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397989> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397989'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000644'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000644'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397989'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398037'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000737'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000737'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398037'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397973> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397973'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005F9'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005F9'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397973'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397970> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397970'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005FC'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005FC'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397970'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398001> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000067A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398001'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000067A'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000067A'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398001'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397967'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005FE'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005FE'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397967'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397997> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000067C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397997'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000067C'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000067C'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397997'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398034'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000739'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000739'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398034'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398023'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006FA'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006FA'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398023'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398009> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398009'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006BB'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006BB'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398009'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002065D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396891'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002065D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002065D'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396891'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394412'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E5E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E5E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394412'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E5F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394413'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E5F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E5F'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394413'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396089'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F660'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F660'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396089'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396859'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020678'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020678'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396859'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396851'^^xsd:integer;
  dwc:scientificName 'Tephromela atra var. atra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020652'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020652'^^xsd:string;
  dwc:aphiaid '438957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396851'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '438957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395398'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE64'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE64'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395398'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395926'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB55'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB55'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395926'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002783D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394342'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002783D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002783D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394342'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394343'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027845'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027845'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394343'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396022'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F621'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F621'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396022'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394700> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED69" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394700'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED69'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED69'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394700'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394701> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394701'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED78'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED78'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394701'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394702> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394702'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F0F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F0F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394702'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000028E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397722'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000028E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000028E'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397722'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000002D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397529'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000002D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000002D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397529'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397563> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000012F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397563'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000012F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000012F'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397563'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397555'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000101'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000101'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397555'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397579'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000081'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000081'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397579'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397755'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000244'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000244'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397755'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397716> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000029B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397716'^^xsd:integer;
  dwc:scientificName 'Sagartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000029B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000029B'^^xsd:string;
  dwc:aphiaid '100776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397716'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '100776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397516'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000098'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000098'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397516'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397519'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000035'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000035'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397519'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000017B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397627'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000017B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000017B'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397627'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397628'^^xsd:integer;
  dwc:scientificName 'Astarte sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000277'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000277'^^xsd:string;
  dwc:aphiaid '138824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397628'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396387'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7CB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7CB'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396387'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395881'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB16'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB16'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395881'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395882'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB26'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB26'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395882'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395872> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395872'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB2B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB2B'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395872'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395870'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB15'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB15'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395870'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395871> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395871'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB1C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB1C'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395871'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395041'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A910'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A910'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395041'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395412'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9EF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9EF'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395412'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395413'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F9'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395413'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395432> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395432'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9D9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9D9'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395432'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397972'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005E4'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005E4'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397972'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398013> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398013'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006A1'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006A1'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398013'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396137> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396137'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F682'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F682'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396137'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396138'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F694'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F694'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396138'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396123'^^xsd:integer;
  dwc:scientificName 'Audouinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F683'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F683'^^xsd:string;
  dwc:aphiaid '143800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396123'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F73A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396306'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F73A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F73A'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396306'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396307'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F742'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F742'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396307'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396337'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F798'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F798'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396337'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396369'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F760'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F760'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396369'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396370'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F771'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F771'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396370'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396371'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F779'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F779'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396371'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396372'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F782'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F782'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396372'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F78F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396373'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F78F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F78F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396373'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397650'^^xsd:integer;
  dwc:scientificName 'Pharus legumen'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000278'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000278'^^xsd:string;
  dwc:aphiaid '140736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397650'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397584'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000067'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000067'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397584'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399682'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F98'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F98'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399682'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399755'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004056'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004056'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399755'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394798'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F49'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F49'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394798'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394995'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8CD'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8CD'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394995'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395106'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A913'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A913'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395106'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A98A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395340'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A98A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A98A'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395340'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395341'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A992'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A992'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395341'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395342'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A997'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A997'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395342'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395343'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A0'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A0'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395343'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A95F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395231'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A95F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A95F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395231'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395229'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A953'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A953'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395229'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395230> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A95A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395230'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A95A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A95A'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395230'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395959'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB5E'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB5E'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395959'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395960'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB6F'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB6F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395960'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A88D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394884'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A88D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A88D'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394884'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394885'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A899'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A899'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394885'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394886'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8AC'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8AC'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394886'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395829> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395829'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC9'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395829'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395830'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD0'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD0'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395830'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394996'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D8'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D8'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394996'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395219> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A94F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395219'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A94F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A94F'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395219'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395220'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A952'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A952'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395220'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395221> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395221'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A959'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A959'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395221'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A94C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395218'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A94C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A94C'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395218'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395860'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB28'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB28'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395860'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395861'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB31'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB31'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395861'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392924> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392924'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB1'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392924'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394055'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B98'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394055'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394110'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C5E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C5E'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394110'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394127'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C9F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C9F'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394127'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393166'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C19'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C19'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393166'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390635'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032390'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032390'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390635'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395110'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A918'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A918'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395110'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395113> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A91E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395113'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A91E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A91E'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395113'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395114'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A921'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A921'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395114'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A92D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395115'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A92D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A92D'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395115'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395116'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A936'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A936'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395116'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A93D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395117'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A93D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A93D'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395117'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395118> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395118'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A943'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A943'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395118'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395609'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA56'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA56'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395609'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395610> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395610'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA5C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA5C'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395610'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395611> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395611'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA67'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA67'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395611'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395608'^^xsd:integer;
  dwc:scientificName 'Caloplaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA4E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA4E'^^xsd:string;
  dwc:aphiaid '147723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395608'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '147723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395925'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020077'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020077'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395925'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398024'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000716'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000716'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398024'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398012'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006B9'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006B9'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398012'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000029D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397708'^^xsd:integer;
  dwc:scientificName 'Odonthalia dentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000029D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000029D'^^xsd:string;
  dwc:aphiaid '144839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397708'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '144839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000009F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397567'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000009F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000009F'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397567'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392212'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2FB'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392212'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001476D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393888'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001476D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001476D'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393888'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390649> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390649'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032350'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032350'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390649'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393187'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C47'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393187'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392884'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A93'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A93'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392884'^^xsd:string;
  dwc:observationDate '1980-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.102749"^^xsd:decimal ;
  dwc:decimalLongitude "-6.120723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.102749 -6.120723)"^^geo:wktLiteral ;
  geo-pos:lat "55.102749"^^xsd:decimal ;
  geo-pos:long "-6.120723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393252'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.120723'^^xsd:double;
  dwc:latitude '55.102749'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA1'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393252'^^xsd:string;
  dwc:observationDate '1980-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.043386"^^xsd:decimal ;
  dwc:decimalLongitude "-9.342604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.043386 -9.342604)"^^geo:wktLiteral ;
  geo-pos:lat "53.043386"^^xsd:decimal ;
  geo-pos:long "-9.342604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391509'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCDC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.342604'^^xsd:double;
  dwc:latitude '53.043386'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCDC'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391509'^^xsd:string;
  dwc:observationDate '1977-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398893'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF6'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398893'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398899'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F13'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398899'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398912'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F10'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398912'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398930'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F22'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F22'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398930'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394922> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394922'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A880'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A880'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394922'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001072D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392402'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001072D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001072D'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392402'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391395'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB68'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB68'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391395'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392854'^^xsd:integer;
  dwc:scientificName 'Plumaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A3B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A3B'^^xsd:string;
  dwc:aphiaid '144603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392854'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '144603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392856> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392856'^^xsd:integer;
  dwc:scientificName 'Scypha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A44'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A44'^^xsd:string;
  dwc:aphiaid '131719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392856'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '131723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391417'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB9D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB9D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391417'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391421'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBC2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBC2'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391421'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392853'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A3C'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A3C'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392853'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391317'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAC3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAC3'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391317'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398014'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006B6'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006B6'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398014'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000072D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398040'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000072D'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000072D'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398040'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397976'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005F2'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005F2'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397976'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398035> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398035'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000746'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000746'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398035'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000060B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397968'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000060B'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000060B'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397968'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394679'^^xsd:integer;
  dwc:scientificName 'Algae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED6B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED6B'^^xsd:string;
  dwc:aphiaid '139994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394679'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1048787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394814'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F57'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F57'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394814'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396086> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396086'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F677'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F677'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396086'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394609'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE9'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394609'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394339'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027832'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027832'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394339'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394340'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027836'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027836'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394340'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394929'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC3C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC3C'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394929'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394930'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC49'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC49'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394930'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394931'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC4A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC4A'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394931'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394932'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC54'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC54'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394932'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394933'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC61'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC61'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394933'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396695'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205EA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205EA'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396695'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396565'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C9'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396565'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395885'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB2E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB2E'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395885'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395886'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB35'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB35'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395886'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395873> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002003C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395873'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002003C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002003C'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395873'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395211'^^xsd:integer;
  dwc:scientificName 'Tephromela atra var. atra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD7A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD7A'^^xsd:string;
  dwc:aphiaid '438957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395211'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '438957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395234'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD88'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD88'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395234'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394543'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E79'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E79'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394543'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396338'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F755'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F755'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396338'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396339> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F76D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396339'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F76D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F76D'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396339'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396303'^^xsd:integer;
  dwc:scientificName 'Caloplaca marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F739'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F739'^^xsd:string;
  dwc:aphiaid '147724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396303'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '147724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397578'^^xsd:integer;
  dwc:scientificName 'Didemnum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000A2'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000A2'^^xsd:string;
  dwc:aphiaid '103456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397578'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '103456'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397652'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001AA'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001AA'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397652'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391235'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032545'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032545'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391235'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CAD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398564'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CAD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CAD'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398564'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398580'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CC3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CC3'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398580'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395315'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A978'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A978'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395315'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395631'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA68'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA68'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395631'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392333'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010773'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010773'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392333'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001071A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392401'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001071A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001071A'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392401'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394542'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECCD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECCD'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394542'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394723'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F02'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F02'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394723'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398011> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398011'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006C8'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006C8'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398011'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397978'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000601'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000601'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397978'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000061F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397981'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000061F'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000061F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397981'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398020'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006DC'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006DC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398020'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398016> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398016'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006AA'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006AA'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398016'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398029'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006F0'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006F0'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398029'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397992'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000633'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000633'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397992'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397979'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005F4'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005F4'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397979'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398003'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000672'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000672'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398003'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000072F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398042'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000072F'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000072F'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398042'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395042'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCE1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCE1'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395042'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395043'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD11'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD11'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395043'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395277'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDC3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDC3'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395277'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394895'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC7E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC7E'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394895'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396328'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F772'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F772'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396328'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396395'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F765'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F765'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396395'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F77D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396396'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F77D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F77D'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396396'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396397'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F796'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F796'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396397'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396398'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B0'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396398'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396399'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7BA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7BA'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396399'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FECC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395493'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FECC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FECC'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395493'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395494'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEF8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEF8'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395494'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395553> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395553'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEBA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEBA'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395553'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395554'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEBB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEBB'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395554'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394928'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC34'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC34'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394928'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394410'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E5C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E5C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394410'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394545'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA4'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394545'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394546'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB0'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394546'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394539'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC7B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC7B'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394539'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394540'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC91'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC91'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394540'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECCA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394541'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECCA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECCA'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394541'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F62E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396029'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F62E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F62E'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396029'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396030'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F634'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F634'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396030'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394730> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394730'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F2C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F2C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394730'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394731'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F33'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F33'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394731'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394725'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F12'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F12'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394725'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394726'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F17'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F17'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394726'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394727'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F1B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F1B'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394727'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394728'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F22'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F22'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394728'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394729> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394729'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F28'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F28'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394729'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391428'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBCB'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBCB'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391428'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392621'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012788'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012788'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392621'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391350> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391350'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB17'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB17'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391350'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392444'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010793'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010793'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392444'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392597'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126C0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126C0'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392597'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392622'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012773'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012773'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392622'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392400'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010706'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010706'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392400'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000003F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397517'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000003F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000003F'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397517'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397698> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397698'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000218'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000218'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397698'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397726'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000288'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000288'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397726'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395632> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395632'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA6D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA6D'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395632'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391226'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032536'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032536'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391226'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398948'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F3F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F3F'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398948'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390645'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032045'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032045'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390645'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003ECE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399523'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003ECE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003ECE'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399523'^^xsd:string;
  dwc:observationDate '1999-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399541> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003ED6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399541'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003ED6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003ED6'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399541'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399578'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EE4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EE4'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399578'^^xsd:string;
  dwc:observationDate '1999-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399602'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F16'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F16'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399602'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399581> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399581'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EF0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EF0'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399581'^^xsd:string;
  dwc:observationDate '1999-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399574'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EE0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EE0'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399574'^^xsd:string;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000006B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397587'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000006B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000006B'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397587'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395612'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA5D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA5D'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395612'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395533'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA2C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA2C'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395533'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F70A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396271'^^xsd:integer;
  dwc:scientificName 'Patella ulyssiponensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F70A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F70A'^^xsd:string;
  dwc:aphiaid '140684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396271'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396210'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C2'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396210'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396211'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E8'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396211'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396212'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6F3'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6F3'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396212'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394887'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC39'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC39'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394887'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395677> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395677'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF7A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF7A'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395677'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394490'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA0'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394490'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396150'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6AA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6AA'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396150'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396171'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6BC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6BC'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396171'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396269> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396269'^^xsd:integer;
  dwc:scientificName 'Patella ulyssiponensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6DB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6DB'^^xsd:string;
  dwc:aphiaid '140684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396269'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396270'^^xsd:integer;
  dwc:scientificName 'Patella ulyssiponensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6EE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6EE'^^xsd:string;
  dwc:aphiaid '140684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396270'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396351'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F787'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F787'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396351'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394333'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027833'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027833'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394333'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394334'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027834'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027834'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394334'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396128'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F684'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F684'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396128'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394686> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394686'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED4A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED4A'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394686'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394360> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002783E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394360'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002783E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002783E'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394360'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394361> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394361'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027840'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027840'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394361'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396791'^^xsd:integer;
  dwc:scientificName 'Microciona atrasanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020610'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020610'^^xsd:string;
  dwc:aphiaid '133066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396791'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '167617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395344'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE27'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE27'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395344'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392485'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107D9'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107D9'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392485'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391441'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBF2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBF2'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391441'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392843'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A43'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A43'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392843'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001079A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392452'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001079A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001079A'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392452'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392453'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B0'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392453'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391411'^^xsd:integer;
  dwc:scientificName 'Cyclopterus lumpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBA6'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBA6'^^xsd:string;
  dwc:aphiaid '127214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391411'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '127214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391445> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391445'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBEB'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBEB'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391445'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.922657"^^xsd:decimal ;
  dwc:decimalLongitude "-2.321605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  geo-pos:lat "55.922657"^^xsd:decimal ;
  geo-pos:long "-2.321605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391405'^^xsd:integer;
  dwc:scientificName 'Cyclopterus lumpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB86'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.321605'^^xsd:double;
  dwc:latitude '55.922657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB86'^^xsd:string;
  dwc:aphiaid '127214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391405'^^xsd:string;
  dwc:observationDate '1977-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '127214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391888'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDE7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDE7'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391888'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393040'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B3C'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B3C'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393040'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000069D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398005'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000069D'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000069D'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398005'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398006'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006C0'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006C0'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398006'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000075A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397991'^^xsd:integer;
  dwc:scientificName 'Alcyonium glomeratum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000075A'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000075A'^^xsd:string;
  dwc:aphiaid '132159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397991'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '132159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397966'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005F7'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005F7'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397966'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397996> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397996'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000675'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000675'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397996'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398033'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000732'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000732'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398033'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397961'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005E0'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005E0'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397961'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397962'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000603'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000603'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397962'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000065E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397993'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000065E'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000065E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397993'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398018> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398018'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006BE'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006BE'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398018'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396102'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'B. E & E Jackson'^^xsd:string;
  dwc:collectorNumber '140163'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F657'^^xsd:string;
  dwc:collector 'B. E & E Jackson'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F657'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396102'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396103> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C4CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396103'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'B. E & E Jackson'^^xsd:string;
  dwc:collectorNumber '140163'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C4CE'^^xsd:string;
  dwc:collector 'B. E & E Jackson'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C4CE'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396103'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000071B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398030'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000071B'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000071B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398030'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395034'^^xsd:integer;
  dwc:scientificName 'Tephromela atra var. atra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCD0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCD0'^^xsd:string;
  dwc:aphiaid '438957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395034'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '438957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F74E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396326'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F74E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F74E'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396326'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396178> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396178'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6DF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6DF'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396178'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391391'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB4F'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB4F'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391391'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395534> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395534'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA35'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA35'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395534'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395535> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395535'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA3C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA3C'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395535'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392111'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C634'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C634'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392111'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390754'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321A8'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390754'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390759'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032381'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032381'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390759'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394184'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D5B'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394184'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393193'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C41'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393193'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393805'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145C0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145C0'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393805'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.436764"^^xsd:decimal ;
  dwc:decimalLongitude "-2.846219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  geo-pos:lat "50.436764"^^xsd:decimal ;
  geo-pos:long "-2.846219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000091A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398217'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000091A'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.846219'^^xsd:double;
  dwc:latitude '50.436764'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000091A'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398217'^^xsd:string;
  dwc:observationDate '1977-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398503'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BE6'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BE6'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398503'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.437703"^^xsd:decimal ;
  dwc:decimalLongitude "-2.70542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  geo-pos:lat "50.437703"^^xsd:decimal ;
  geo-pos:long "-2.70542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398205'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000932'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.70542'^^xsd:double;
  dwc:latitude '50.437703'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000932'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398205'^^xsd:string;
  dwc:observationDate '1978-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398211'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000905'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000905'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398211'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398505> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398505'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BF1'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BF1'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398505'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398507'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BDD'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BDD'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398507'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398502'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BE8'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BE8'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398502'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398210'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000908'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000908'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398210'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.436764"^^xsd:decimal ;
  dwc:decimalLongitude "-2.846219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  geo-pos:lat "50.436764"^^xsd:decimal ;
  geo-pos:long "-2.846219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000092F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398218'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000092F'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.846219'^^xsd:double;
  dwc:latitude '50.436764'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000092F'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398218'^^xsd:string;
  dwc:observationDate '1977-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BF2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398509'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BF2'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BF2'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398509'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398506> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398506'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BE9'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BE9'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398506'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398504'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BF3'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BF3'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398504'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.437703"^^xsd:decimal ;
  dwc:decimalLongitude "-2.70542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  geo-pos:lat "50.437703"^^xsd:decimal ;
  geo-pos:long "-2.70542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398207'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000934'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.70542'^^xsd:double;
  dwc:latitude '50.437703'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000934'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398207'^^xsd:string;
  dwc:observationDate '1978-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.437703"^^xsd:decimal ;
  dwc:decimalLongitude "-2.70542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.437703 -2.70542)"^^geo:wktLiteral ;
  geo-pos:lat "50.437703"^^xsd:decimal ;
  geo-pos:long "-2.70542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398203'^^xsd:integer;
  dwc:scientificName 'Actinothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000933'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.70542'^^xsd:double;
  dwc:latitude '50.437703'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000933'^^xsd:string;
  dwc:aphiaid '100773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398203'^^xsd:string;
  dwc:observationDate '1978-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '100773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.436764"^^xsd:decimal ;
  dwc:decimalLongitude "-2.846219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.436764 -2.846219)"^^geo:wktLiteral ;
  geo-pos:lat "50.436764"^^xsd:decimal ;
  geo-pos:long "-2.846219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000092A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398213'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000092A'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.846219'^^xsd:double;
  dwc:latitude '50.436764'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000092A'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398213'^^xsd:string;
  dwc:observationDate '1977-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390695> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390695'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032106'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032106'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390695'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390696'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320EA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320EA'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390696'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390171'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB49'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB49'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390171'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392265> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392265'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDCC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDCC'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392265'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390458'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E10'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E10'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390458'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393050'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B76'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B76'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393050'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400112'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F9D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F9D'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400112'^^xsd:string;
  dwc:observationDate '2000-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399400> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399400'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DF0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DF0'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399400'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394974'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D0'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D0'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394974'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394975'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D5'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D5'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394975'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394976'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8D7'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8D7'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394976'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394977'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8DE'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8DE'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394977'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395092'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8FB'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8FB'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395092'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396557'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9AD'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9AD'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396557'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396558'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B3'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B3'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396558'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392471'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107C0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107C0'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392471'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392490'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107BD'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107BD'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392490'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392434> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392434'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A2'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392434'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392433> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001078D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392433'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001078D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001078D'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392433'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.922657"^^xsd:decimal ;
  dwc:decimalLongitude "-2.321605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  geo-pos:lat "55.922657"^^xsd:decimal ;
  geo-pos:long "-2.321605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391408'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB91'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.321605'^^xsd:double;
  dwc:latitude '55.922657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB91'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391408'^^xsd:string;
  dwc:observationDate '1977-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393037'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B41'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B41'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393037'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397672'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001D5'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001D5'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397672'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000009B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397514'^^xsd:integer;
  dwc:scientificName 'Didemnum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000009B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000009B'^^xsd:string;
  dwc:aphiaid '103456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397514'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '103456'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397697'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000292'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000292'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397697'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397819> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000038A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397819'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000038A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000038A'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397819'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397971'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005DE'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005DE'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397971'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398000> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398000'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000676'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000676'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398000'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397986'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000637'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000637'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397986'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398031'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000727'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000727'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398031'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397964'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005EC'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005EC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397964'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000066A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397994'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000066A'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000066A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397994'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395754> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395754'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFE7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFE7'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395754'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395755'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFEF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFEF'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395755'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394890'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC73'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC73'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394890'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394892'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B6'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394892'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8C6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394893'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8C6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8C6'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394893'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394894'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8CA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8CA'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394894'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394888'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC52'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC52'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394888'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395753'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC6'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395753'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396055> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396055'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F659'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F659'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396055'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396333> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396333'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F749'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F749'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396333'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F75E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396334'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F75E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F75E'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396334'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396132'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F685'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F685'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396132'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396213> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396213'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F706'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F706'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396213'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396507'^^xsd:integer;
  dwc:scientificName 'Lagis koreni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F817'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F817'^^xsd:string;
  dwc:aphiaid '152367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396507'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '152367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7EE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396508'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7EE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7EE'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396508'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394447'^^xsd:integer;
  dwc:scientificName 'Algae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECA6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECA6'^^xsd:string;
  dwc:aphiaid '139994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394447'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1048787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394491'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EA6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EA6'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394491'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394492'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB2'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394492'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394493'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB8'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394493'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED2B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394588'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED2B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED2B'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394588'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394483'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC8D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC8D'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394483'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396054> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F63C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396054'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F63C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F63C'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396054'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394487'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E97'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E97'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394487'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394488'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E9B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E9B'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394488'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392484'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B7'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392484'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394889> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394889'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC67'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC67'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394889'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394489'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E9C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E9C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394489'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398027'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006DF'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006DF'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398027'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396101> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F64E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396101'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'B. E & E Jackson'^^xsd:string;
  dwc:collectorNumber '140163'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F64E'^^xsd:string;
  dwc:collector 'B. E & E Jackson'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F64E'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396101'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397689'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000295'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000295'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397689'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391448'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBED'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBED'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391448'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395486'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF0E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF0E'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395486'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396329'^^xsd:integer;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F797'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F797'^^xsd:string;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396329'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396176> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396176'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C4'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396176'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393025'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B43'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B43'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393025'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001278A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392624'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001278A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001278A'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392624'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391409'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB9E'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB9E'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391409'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391419'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBB0'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBB0'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391419'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391319> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BABD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391319'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BABD'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BABD'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391319'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDE9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391893'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDE9'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDE9'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391893'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392841> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392841'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A45'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A45'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392841'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391335'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAE7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAE7'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391335'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000072B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398038'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000072B'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000072B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398038'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397974'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005F0'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005F0'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397974'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398002> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000066E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398002'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000066E'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000066E'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398002'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000072E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398039'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000072E'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000072E'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398039'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000073A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398032'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000073A'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000073A'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398032'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397965'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005FF'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005FF'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397965'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000067D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397995'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000067D'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000067D'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397995'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396509> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F81A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396509'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F81A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F81A'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396509'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394031'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014868'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014868'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394031'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396049> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F63B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396049'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F63B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F63B'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396049'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396050'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F666'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F666'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396050'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396083'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F676'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F676'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396083'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F63F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396061'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F63F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F63F'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396061'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F66A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396062'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F66A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F66A'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396062'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396177'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6CC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6CC'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396177'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394565'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECEA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECEA'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394565'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394566> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECF4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394566'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECF4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECF4'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394566'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396320'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F743'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F743'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396320'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396321'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F756'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F756'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396321'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F76B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396322'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F76B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F76B'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396322'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396268'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F716'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F716'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396268'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396040'^^xsd:integer;
  dwc:scientificName 'Ligia oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F642'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F642'^^xsd:string;
  dwc:aphiaid '146999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396040'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '146999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394369'^^xsd:integer;
  dwc:scientificName 'Ligia oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC07'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC07'^^xsd:string;
  dwc:aphiaid '146999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394369'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '146999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395575'^^xsd:integer;
  dwc:scientificName 'Mesophyllum lichenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEE1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEE1'^^xsd:string;
  dwc:aphiaid '145188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395575'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395576'^^xsd:integer;
  dwc:scientificName 'Mesophyllum lichenoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF25'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF25'^^xsd:string;
  dwc:aphiaid '145188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395576'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395670'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF91'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF91'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395670'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFA5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395671'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFA5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFA5'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395671'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395487'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF19'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF19'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395487'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395488> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395488'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF27'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF27'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395488'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395489> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395489'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA21'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA21'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395489'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398007'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006A9'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006A9'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398007'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394587'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECFA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECFA'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394587'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396510> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F82D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396510'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F82D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F82D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396510'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395672'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFAE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFAE'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395672'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393036'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B37'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B37'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393036'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391388'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB73'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB73'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391388'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392437> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001078A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392437'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001078A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001078A'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392437'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391352'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB35'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB35'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391352'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392398'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010720'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010720'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392398'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392399'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010733'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010733'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392399'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392845> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392845'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A3D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A3D'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392845'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391393'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB51'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB51'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391393'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391316'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAB5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAB5'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391316'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391326'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAC7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAC7'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391326'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBCC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391431'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBCC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBCC'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391431'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391383'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB76'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB76'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391383'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398298'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000992'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000992'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398298'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397982'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000759'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000759'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397982'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397987'^^xsd:integer;
  dwc:scientificName 'Luidia ciliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000758'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000758'^^xsd:string;
  dwc:aphiaid '123920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397987'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '123920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397985'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000634'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000634'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397985'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397999'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000673'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000673'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397999'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002077D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396961'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002077D'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002077D'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396961'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396962'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020788'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020788'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396962'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396939> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396939'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020767'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020767'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396939'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002076B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396940'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002076B'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002076B'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396940'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396925> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396925'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020791'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020791'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396925'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396926'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020795'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020795'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396926'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396917> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396917'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020790'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020790'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396917'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395222> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395222'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDA0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDA0'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395222'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394756'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED5D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED5D'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394756'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394682> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394682'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED52'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED52'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394682'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394448'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC5A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC5A'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394448'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396704'^^xsd:integer;
  dwc:scientificName 'Cystoseira tamariscifolia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F9'^^xsd:string;
  dwc:aphiaid '145536'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396704'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1568393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396731> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396731'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205F8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205F8'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396731'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396736'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205BD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205BD'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396736'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395272> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395272'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDEE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDEE'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395272'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395270'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDB4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDB4'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395270'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395271'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDDA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDDA'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395271'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395323'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDF7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDF7'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395323'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395324'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDFA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDFA'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395324'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A98F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395362'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A98F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A98F'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395362'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A99C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395376'^^xsd:integer;
  dwc:scientificName 'Jaera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A99C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A99C'^^xsd:string;
  dwc:aphiaid '118364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395376'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '118364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396690'^^xsd:integer;
  dwc:scientificName 'Tephromela atra var. atra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B2'^^xsd:string;
  dwc:aphiaid '438957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396690'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '438957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396696'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D1'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396696'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396728> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396728'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205EF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205EF'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396728'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395615'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF4C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF4C'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395615'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395617'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA6E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA6E'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395617'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395618'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA71'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA71'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395618'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395485'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF01'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF01'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395485'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396162> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396162'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F698'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F698'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396162'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396266> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396266'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6CA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6CA'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396266'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396417> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396417'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F751'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F751'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396417'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396418'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F769'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F769'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396418'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396419> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396419'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F778'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F778'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396419'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394524> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394524'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC90'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC90'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394524'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394449'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E70'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E70'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394449'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394450'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E88'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E88'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394450'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396167'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A5'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396167'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396119'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F699'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F699'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396119'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396196> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396196'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6FE'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6FE'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396196'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396180> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396180'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6EF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6EF'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396180'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396093'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F651'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F651'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396093'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396094'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F661'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F661'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396094'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F64A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396092'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F64A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F64A'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396092'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396529'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7DF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7DF'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396529'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398036> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398036'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000730'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000730'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398036'^^xsd:string;
  dwc:observationDate '1977-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397969'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005F5'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005F5'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397969'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398025'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006F1'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006F1'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398025'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397980'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000643'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000643'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397980'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000063E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397984'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000063E'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000063E'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397984'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398026'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006EC'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006EC'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398026'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398015'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006AD'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006AD'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398015'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398010> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398010'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006C7'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006C7'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398010'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398021'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006FB'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006FB'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398021'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398008'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006BC'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006BC'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398008'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393164> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393164'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C0E'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393164'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390633> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003201F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390633'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003201F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003201F'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390633'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399031'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001011'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001011'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399031'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391587'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD23'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391587'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391607'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD49'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD49'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391607'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393324> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393324'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD9'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393324'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393322'^^xsd:integer;
  dwc:scientificName 'Polyclinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CEB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CEB'^^xsd:string;
  dwc:aphiaid '103441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393322'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '103441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398753'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E79'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398753'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394585'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED8'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED8'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394585'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399495> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399495'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E5D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E5D'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399495'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399291> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399291'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B68'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B68'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399291'^^xsd:string;
  dwc:observationDate '1999-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400092> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400092'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F25'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F25'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400092'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397777'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002D9'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002D9'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397777'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397800'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000317'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000317'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397800'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000010C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397564'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000010C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000010C'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397564'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397723> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397723'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000213'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000213'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397723'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000028F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397713'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000028F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000028F'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397713'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397614'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002B4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002B4'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397614'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393830> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001470B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393830'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001470B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001470B'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393830'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393323> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393323'^^xsd:integer;
  dwc:scientificName 'Scypha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE1'^^xsd:string;
  dwc:aphiaid '131719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393323'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '131723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392851> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392851'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A34'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A34'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392851'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391102> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391102'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032413'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032413'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391102'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394584> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ECD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394584'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ECD'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ECD'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394584'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390986'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C0'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390986'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398772'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E74'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398772'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392557'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010812'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010812'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392557'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392558'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010822'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010822'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392558'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398586'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DEC'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398586'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398590> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398590'^^xsd:integer;
  dwc:scientificName 'Peachia cylindrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DEE'^^xsd:string;
  dwc:aphiaid '100927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398590'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '100927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391504'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCA9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCA9'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391504'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393205'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C6A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C6A'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393205'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393927'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014785'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014785'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393927'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393908'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014795'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014795'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393908'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394583'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC1'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC1'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394583'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392619> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392619'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012782'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012782'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392619'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.027244 1.135957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.027244"^^xsd:decimal ;
  dwc:decimalLongitude "1.135957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.027244 1.135957)"^^geo:wktLiteral ;
  geo-pos:lat "51.027244"^^xsd:decimal ;
  geo-pos:long "1.135957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393305'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD6'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '1.135957'^^xsd:double;
  dwc:latitude '51.027244'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD6'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393305'^^xsd:string;
  dwc:observationDate '1980-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392343> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392343'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010794'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010794'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392343'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391402'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB6D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB6D'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391402'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391429'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBC3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBC3'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391429'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393034> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393034'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B38'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B38'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393034'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BABC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391325'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BABC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BABC'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391325'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391443'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBE5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBE5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391443'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397549'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000F5'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000F5'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397549'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000009D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397586'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000009D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000009D'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397586'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397826> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397826'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000341'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000341'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397826'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397828'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000384'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000384'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397828'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397592'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002AB'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002AB'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397592'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397668> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397668'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001C1'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001C1'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397668'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000027C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397671'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000027C'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000027C'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397671'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394708> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394708'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EFB'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EFB'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394708'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395354'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A1'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395354'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA65" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395614'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA65'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA65'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395614'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396960> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396960'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020774'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020774'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396960'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001070C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392397'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001070C'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001070C'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392397'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396976'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207BD'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207BD'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396976'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396947> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396947'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020775'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020775'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396947'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396948> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002077E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396948'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002077E'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002077E'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396948'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002076C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396946'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002076C'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002076C'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396946'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395822'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020024'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020024'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395822'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396667'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB0F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB0F'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396667'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396664'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAE2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAE2'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396664'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAFB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396666'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAFB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAFB'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396666'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396652'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF8'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396652'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396595> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396595'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9AC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9AC'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396595'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396596'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B2'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396596'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394387'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC14'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC14'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394387'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ED4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394656'^^xsd:integer;
  dwc:scientificName 'Patella ulyssiponensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ED4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ED4'^^xsd:string;
  dwc:aphiaid '140684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394656'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396060'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F646'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F646'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396060'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F67C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396082'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F67C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F67C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396082'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396275'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F732'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F732'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396275'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394811'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDD1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDD1'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394811'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F62F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396027'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F62F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F62F'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396027'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002078C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396921'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002078C'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002078C'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396921'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002076F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396918'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002076F'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002076F'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396918'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396919'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020777'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020777'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396919'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394780'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F3B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F3B'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394780'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394781'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F43'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F43'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394781'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394782> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F4E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394782'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F4E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F4E'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394782'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394783'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F54'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F54'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394783'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394772> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394772'^^xsd:integer;
  dwc:scientificName 'Anemonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F61'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F61'^^xsd:string;
  dwc:aphiaid '100695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394772'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394771'^^xsd:integer;
  dwc:scientificName 'Anemonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F55'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F55'^^xsd:string;
  dwc:aphiaid '100695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394771'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399476> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399476'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EB8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EB8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399476'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EAC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399908'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EAC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EAC'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399908'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399482'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E57'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E57'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399482'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A96C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395297'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A96C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A96C'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395297'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396625'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAF1'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAF1'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396625'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396626'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAFF'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAFF'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396626'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396621> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396621'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD6'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD6'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396621'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AADD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396622'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AADD'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AADD'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396622'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396623'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAE3'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAE3'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396623'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396624> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396624'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAE6'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAE6'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396624'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396559'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B7'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B7'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396559'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396560> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396560'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9BF'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9BF'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396560'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E66" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394464'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E66'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E66'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394464'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394465> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394465'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E7D'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E7D'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394465'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394466> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394466'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E81'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E81'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394466'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395122'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A929'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A929'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395122'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A92E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395123'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A92E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A92E'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395123'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AABE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395831'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AABE'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AABE'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395831'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395901'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB76'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB76'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395901'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395444'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9D8'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9D8'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395444'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398275'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000979'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000979'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398275'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000004D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397525'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000004D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000004D'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397525'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397615'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002B1'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002B1'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397615'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000028B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397696'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000028B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000028B'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397696'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207BF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396978'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207BF'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207BF'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396978'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396979> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396979'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C0'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C0'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396979'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392462> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392462'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010785'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010785'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392462'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392463> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001079B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392463'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001079B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001079B'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392463'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392344'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107A7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107A7'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392344'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392422'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010789'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010789'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392422'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F1C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394742'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F1C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F1C'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394742'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394743'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F23'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F23'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394743'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394744'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F2A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F2A'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394744'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394738'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F04'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F04'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394738'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394739'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F0B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F0B'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394739'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394740'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F13'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F13'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394740'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394741> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394741'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F19'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F19'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394741'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394784> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394784'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F6B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F6B'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394784'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394785'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F72'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F72'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394785'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394786'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F74'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F74'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394786'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396981> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396981'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C2'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C2'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396981'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396975> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396975'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207BC'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207BC'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396975'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396982> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396982'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C3'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C3'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396982'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396983'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C4'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C4'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396983'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391351> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391351'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB22'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB22'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391351'^^xsd:string;
  dwc:observationDate '1977-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391418'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBA4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBA4'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391418'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391334> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BADC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391334'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BADC'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BADC'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391334'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.286315"^^xsd:decimal ;
  dwc:decimalLongitude "-4.70171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.286315 -4.70171)"^^geo:wktLiteral ;
  geo-pos:lat "53.286315"^^xsd:decimal ;
  geo-pos:long "-4.70171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392641'^^xsd:integer;
  dwc:scientificName 'Plumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012815'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.70171'^^xsd:double;
  dwc:latitude '53.286315'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012815'^^xsd:string;
  dwc:aphiaid '143852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392641'^^xsd:string;
  dwc:observationDate '1977-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '143852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001278F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392623'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001278F'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001278F'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392623'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391342'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB04'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB04'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391342'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395083'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A905'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A905'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395083'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395803'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF9'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395803'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395804> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395804'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFFC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFFC'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395804'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395839> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395839'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC1'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395839'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205FA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396755'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205FA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205FA'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396755'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396790'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205FF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205FF'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396790'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395640> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395640'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA55'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA55'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395640'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395641'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA5A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA5A'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395641'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395540> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395540'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA0B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA0B'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395540'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001079F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392423'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001079F'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001079F'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392423'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395564> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395564'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEBD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEBD'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395564'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394779'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDE1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDE1'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394779'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398279> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398279'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000976'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000976'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398279'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397609'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000145'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000145'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397609'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395121'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A922'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A922'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395121'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392483'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107D6'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107D6'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392483'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000034F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397810'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000034F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000034F'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397810'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397029'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207DA'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207DA'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397029'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392832'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A41'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A41'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392832'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393019'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B32'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B32'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393019'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.922657"^^xsd:decimal ;
  dwc:decimalLongitude "-2.321605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.922657 -2.321605)"^^geo:wktLiteral ;
  geo-pos:lat "55.922657"^^xsd:decimal ;
  geo-pos:long "-2.321605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391403'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB7B'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.321605'^^xsd:double;
  dwc:latitude '55.922657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB7B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391403'^^xsd:string;
  dwc:observationDate '1977-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391422'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBD2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBD2'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391422'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392855'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A3A'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A3A'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392855'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391882'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDD3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDD3'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391882'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391427'^^xsd:integer;
  dwc:scientificName 'Limacia clavigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBD5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBD5'^^xsd:string;
  dwc:aphiaid '140830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391427'^^xsd:string;
  dwc:observationDate '1977-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '140830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397023'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D4'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D4'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397023'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397024> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397024'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D5'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D5'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397024'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397025'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D6'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D6'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397025'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207BE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396977'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207BE'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207BE'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396977'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396812> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002064E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396812'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002064E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002064E'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396812'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEDC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395586'^^xsd:integer;
  dwc:scientificName 'Rissoa parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEDC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEDC'^^xsd:string;
  dwc:aphiaid '141365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395586'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '141365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395125'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD4C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD4C'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395125'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395126'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD58'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD58'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395126'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395127'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD64'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD64'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395127'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395392'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E7'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395392'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395026'^^xsd:integer;
  dwc:scientificName 'Ochrolechia parella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCD1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCD1'^^xsd:string;
  dwc:aphiaid '147735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395026'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '147735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394606> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394606'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED0F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED0F'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394606'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394607'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED31'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED31'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394607'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396037> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396037'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F622'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F622'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396037'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396038> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396038'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F625'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F625'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396038'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F62D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396039'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F62D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F62D'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396039'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394746'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED57'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED57'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394746'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207DB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397030'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207DB'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207DB'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397030'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397021'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D2'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D2'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397021'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002078F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396932'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002078F'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002078F'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396932'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394848'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDFA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDFA'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394848'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396301> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396301'^^xsd:integer;
  dwc:scientificName 'Orchestia gammarellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F737'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F737'^^xsd:string;
  dwc:aphiaid '103202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396301'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '103202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396414> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F75D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396414'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F75D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F75D'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396414'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396415'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F784'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F784'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396415'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395075> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395075'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD19'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD19'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395075'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395550'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEF5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEF5'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395550'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002079D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396916'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002079D'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002079D'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396916'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396026'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F627'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F627'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396026'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397027'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D8'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D8'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397027'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397028'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D9'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D9'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397028'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395551'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF11'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF11'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395551'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395552'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA48'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA48'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395552'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396810> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396810'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020636'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020636'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396810'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F80F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396546'^^xsd:integer;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F80F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F80F'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396546'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396547> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396547'^^xsd:integer;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F821'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F821'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396547'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.027244 1.135957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.027244"^^xsd:decimal ;
  dwc:decimalLongitude "1.135957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.027244 1.135957)"^^geo:wktLiteral ;
  geo-pos:lat "51.027244"^^xsd:decimal ;
  geo-pos:long "1.135957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393303'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CD5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '1.135957'^^xsd:double;
  dwc:latitude '51.027244'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CD5'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393303'^^xsd:string;
  dwc:observationDate '1980-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391328'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAD1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAD1'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391328'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391341'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAFA'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAFA'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391341'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392459> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392459'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010787'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010787'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392459'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001079E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392460'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001079E'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001079E'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392460'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392461'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B4'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392461'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391392> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391392'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB74'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB74'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391392'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B53" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393026'^^xsd:integer;
  dwc:scientificName 'Codium tomentosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B53'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B53'^^xsd:string;
  dwc:aphiaid '145092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393026'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002007D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395932'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002007D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002007D'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395932'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002008A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395933'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002008A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002008A'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395933'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395934'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020098'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020098'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395934'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395928'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020062'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020062'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395928'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395415'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE98'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE98'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395415'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395025'^^xsd:integer;
  dwc:scientificName 'Ramalina siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCD2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCD2'^^xsd:string;
  dwc:aphiaid '147713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395025'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '147713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395073> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395073'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCEC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCEC'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395073'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396993'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207B0'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207B0'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396993'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396994'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207B1'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207B1'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396994'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396985'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A8'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A8'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396985'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396933'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020794'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020794'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396933'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396934> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002079C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396934'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002079C'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002079C'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396934'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396931> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396931'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020789'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020789'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396931'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398271'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000975'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000975'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398271'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397827> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000037F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397827'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000037F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000037F'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397827'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397824'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000344'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000344'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397824'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397620> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397620'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002AA'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002AA'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397620'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397613'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A8'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A8'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397613'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398280> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000097E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398280'^^xsd:integer;
  dwc:scientificName 'Chelon labrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000097E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000097E'^^xsd:string;
  dwc:aphiaid '126977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398280'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '126977'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000020B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397703'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000020B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000020B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397703'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000096D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398258'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000096D'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000096D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398258'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397622'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000276'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000276'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397622'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397639'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001A0'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001A0'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397639'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397644'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000186'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000186'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397644'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397738> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000025A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397738'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000025A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000025A'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397738'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397746'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000240'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000240'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397746'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397654> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397654'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000274'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000274'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397654'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000018A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397655'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000018A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000018A'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397655'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397740> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000025B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397740'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000025B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000025B'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397740'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397663'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001DE'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001DE'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397663'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398261> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000096B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398261'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000096B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000096B'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398261'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397596'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000157'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000157'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397596'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397656'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001D8'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001D8'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397656'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397793'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000309'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000309'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397793'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397666'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001C4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001C4'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397666'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000027B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397670'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000027B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000027B'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397670'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394797> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F7B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394797'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F7B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F7B'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394797'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002001A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395847'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002001A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002001A'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395847'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395991'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020081'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020081'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395991'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002008E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395992'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002008E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002008E'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395992'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395893> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395893'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020041'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020041'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395893'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395894'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020059'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020059'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395894'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396844> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396844'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020655'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020655'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396844'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396896'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020661'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020661'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396896'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396885> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396885'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020659'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020659'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396885'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD7C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395207'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD7C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD7C'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395207'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395961'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB38'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB38'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395961'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396522'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E9'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396522'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394790'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDC0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDC0'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394790'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394791> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394791'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDC9'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDC9'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394791'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396451> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F80D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396451'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F80D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F80D'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396451'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396521'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7DD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7DD'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396521'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F77C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396441'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F77C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F77C'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396441'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396442'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F794'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F794'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396442'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396443> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396443'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7A6'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7A6'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396443'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002060E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396788'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002060E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002060E'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396788'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395169> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395169'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD32'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD32'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395169'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395170'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD42'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD42'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395170'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395172'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD5D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD5D'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395172'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395173'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD67'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD67'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395173'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395363'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A990'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A990'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395363'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395364> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395364'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A4'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395364'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395200'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD46'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD46'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395200'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395201> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD54" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395201'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD54'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD54'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395201'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395202'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD61'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD61'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395202'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395203'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD6B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD6B'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395203'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395204'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD77'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD77'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395204'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395452'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE8F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE8F'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395452'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395453'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE9B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE9B'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395453'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394815'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F5D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F5D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394815'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394816'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F63'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F63'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394816'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394817> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394817'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F6A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F6A'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394817'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395454> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395454'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEA9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEA9'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395454'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F74C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396356'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F74C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F74C'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396356'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396357'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F762'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F762'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396357'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396358'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F773'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F773'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396358'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396057'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F645'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F645'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396057'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396058'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F653'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F653'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396058'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396059'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F663'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F663'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396059'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394669'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED17'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED17'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394669'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396041> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396041'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F637'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F637'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396041'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396042> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396042'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F658'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F658'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396042'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396071> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396071'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F667'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F667'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396071'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396072'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F678'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F678'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396072'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F66B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396109'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F66B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F66B'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396109'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394672'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECED'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECED'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394672'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394673> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394673'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECFF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECFF'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394673'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394674> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029ECF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394674'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029ECF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029ECF'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394674'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394675'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EDA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EDA'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394675'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396110'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F679'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F679'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396110'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392408> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392408'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010724'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010724'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392408'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398508> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.018812"^^xsd:decimal ;
  dwc:decimalLongitude "-5.770595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.018812 -5.770595)"^^geo:wktLiteral ;
  geo-pos:lat "50.018812"^^xsd:decimal ;
  geo-pos:long "-5.770595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398508'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BD9'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.770595'^^xsd:double;
  dwc:latitude '50.018812'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BD9'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398508'^^xsd:string;
  dwc:observationDate '1977-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397062'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226BB'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226BB'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397062'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396600'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9C5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9C5'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396600'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396205'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D1'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396205'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397775> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397775'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002EC'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002EC'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397775'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397753'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A1'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A1'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397753'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397699> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397699'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000282'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000282'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397699'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397580'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000A0'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000A0'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397580'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397833'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000385'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000385'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397833'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397200'^^xsd:integer;
  dwc:scientificName 'Sargassum muticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E6B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E6B'^^xsd:string;
  dwc:aphiaid '494791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397200'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '494791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395028'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD0B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD0B'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395028'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391726> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391726'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD51'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD51'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391726'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392149'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A8'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392149'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003081C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390393'^^xsd:integer;
  dwc:scientificName 'Facelina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003081C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003081C'^^xsd:string;
  dwc:aphiaid '137997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390393'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392846> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392846'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A2D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A2D'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392846'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393490'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014340'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014340'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393490'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391743> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391743'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD6F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD6F'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391743'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390428'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DEC'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390428'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393241> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393241'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C8F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C8F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393241'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392902> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392902'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A98'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392902'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391642'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE7E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE7E'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391642'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391555'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD0E'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391555'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392795> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392795'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012960'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012960'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392795'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014BFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394091'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014BFF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014BFF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394091'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391536> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391536'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF6'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391536'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001436B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393522'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001436B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001436B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393522'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393530'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014365'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014365'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393530'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392277'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDD3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDD3'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392277'^^xsd:string;
  dwc:observationDate '1979-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390401'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030751'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030751'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390401'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392122'^^xsd:integer;
  dwc:scientificName 'Myxilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C656'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C656'^^xsd:string;
  dwc:aphiaid '131970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392122'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '131970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398664> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.339616"^^xsd:decimal ;
  dwc:decimalLongitude "-3.547132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.339616 -3.547132)"^^geo:wktLiteral ;
  geo-pos:lat "50.339616"^^xsd:decimal ;
  geo-pos:long "-3.547132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398664'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E33'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.547132'^^xsd:double;
  dwc:latitude '50.339616'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E33'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398664'^^xsd:string;
  dwc:observationDate '1978-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390751> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390751'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321A9'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390751'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390968'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A9'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390968'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399025'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001019'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001019'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399025'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391519> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391519'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE3'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391519'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392995> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392995'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B05'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392995'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390237'^^xsd:integer;
  dwc:scientificName 'Platichthys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE1'^^xsd:string;
  dwc:aphiaid '126119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390237'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392411'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010714'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010714'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392411'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399109'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A1'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399109'^^xsd:string;
  dwc:observationDate '1978-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392096> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C5F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392096'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton laceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C5F4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C5F4'^^xsd:string;
  dwc:aphiaid '100999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392096'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '854806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392025> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C07D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392025'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C07D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C07D'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392025'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398542'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C6E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398542'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398596'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D7A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398596'^^xsd:string;
  dwc:observationDate '1978-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392516'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107DE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107DE'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392516'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000145B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393814'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000145B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000145B9'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393814'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391758'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED8'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391758'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393577'^^xsd:integer;
  dwc:scientificName 'Mya truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A8'^^xsd:string;
  dwc:aphiaid '140431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393577'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390522'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F41'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390522'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398985'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F71'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398985'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393276'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB3'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393276'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393479> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393479'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014353'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014353'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393479'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392502> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392502'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E4'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392502'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390529> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390529'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F43'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F43'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390529'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393263> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393263'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CB2'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393263'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391374> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391374'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB14'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB14'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391374'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393306> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393306'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE4'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393306'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394278> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014ECB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394278'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014ECB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014ECB'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394278'^^xsd:string;
  dwc:observationDate '1977-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390763'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321A2'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390763'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392390> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392390'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010705'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010705'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392390'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390277'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC48'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC48'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390277'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391930> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391930'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE46'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391930'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392883'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A8F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A8F'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392883'^^xsd:string;
  dwc:observationDate '1980-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390656> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390656'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032071'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032071'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390656'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399240> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399240'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028550'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028550'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399240'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398857> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398857'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EE3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EE3'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398857'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398878'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EFE'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398878'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393912> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393912'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014791'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014791'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393912'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398555> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.039385"^^xsd:decimal ;
  dwc:decimalLongitude "-5.073769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.039385 -5.073769)"^^geo:wktLiteral ;
  geo-pos:lat "50.039385"^^xsd:decimal ;
  geo-pos:long "-5.073769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398555'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.073769'^^xsd:double;
  dwc:latitude '50.039385'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C81'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398555'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393966'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147BB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147BB'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393966'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398627> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398627'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E0B'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398627'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390588> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390588'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FE8'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390588'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391107'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032493'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032493'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391107'^^xsd:string;
  dwc:observationDate '1978-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393629'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143D0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143D0'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393629'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100020000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399192'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100020000'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100020000'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399192'^^xsd:string;
  dwc:observationDate '1978-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392908'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB3'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392908'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399202> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399202'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028582'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028582'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399202'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394312'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F19'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F19'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394312'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001470F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393825'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001470F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001470F'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393825'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390251'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBF1'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390251'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390307'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC9E'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390307'^^xsd:string;
  dwc:observationDate '1977-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000106FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392357'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000106FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000106FC'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392357'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392299'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010753'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010753'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392299'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391298> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.651614"^^xsd:decimal ;
  dwc:decimalLongitude "-5.326284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  geo-pos:lat "51.651614"^^xsd:decimal ;
  geo-pos:long "-5.326284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000000D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391298'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000000D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.326284'^^xsd:double;
  dwc:latitude '51.651614'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000000D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391298'^^xsd:string;
  dwc:observationDate '1979-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399257'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028597'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028597'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399257'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399026'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001028'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001028'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399026'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001457A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393739'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001457A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001457A'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393739'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390890> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390890'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032448'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032448'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390890'^^xsd:string;
  dwc:observationDate '1980-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.132816"^^xsd:decimal ;
  dwc:decimalLongitude "-4.939806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.132816 -4.939806)"^^geo:wktLiteral ;
  geo-pos:lat "50.132816"^^xsd:decimal ;
  geo-pos:long "-4.939806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394244'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E60'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.939806'^^xsd:double;
  dwc:latitude '50.132816'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E60'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394244'^^xsd:string;
  dwc:observationDate '1977-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399112'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A6'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399112'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393362> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393362'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D12'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393362'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390516> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F3C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390516'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F3C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F3C'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390516'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392317> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001076E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392317'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001076E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001076E'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392317'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393225> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.648705"^^xsd:decimal ;
  dwc:decimalLongitude "-5.831861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.648705 -5.831861)"^^geo:wktLiteral ;
  geo-pos:lat "54.648705"^^xsd:decimal ;
  geo-pos:long "-5.831861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393225'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C86'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.831861'^^xsd:double;
  dwc:latitude '54.648705'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C86'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393225'^^xsd:string;
  dwc:observationDate '1980-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391136> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003258B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391136'^^xsd:integer;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003258B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003258B'^^xsd:string;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391136'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001070B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392372'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001070B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001070B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392372'^^xsd:string;
  dwc:observationDate '1978-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393007'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B26'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393007'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392492> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392492'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107E6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107E6'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392492'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392500'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107EF'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392500'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391200'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325D9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325D9'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391200'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393122'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BDD'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393122'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391033> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391033'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323DF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323DF'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391033'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392530'^^xsd:integer;
  dwc:scientificName 'Anemonia sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010807'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010807'^^xsd:string;
  dwc:aphiaid '231858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392530'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003243D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391046'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003243D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003243D'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391046'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399059'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001047'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001047'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399059'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393550> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001438C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393550'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001438C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001438C'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393550'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390177> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390177'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB2A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB2A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390177'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393915> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393915'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014797'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014797'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393915'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398800'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EA9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EA9'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398800'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392106'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C622'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C622'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392106'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393822'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014706'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014706'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393822'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390460> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390460'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E09'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390460'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392974> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392974'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AFA'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392974'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394083'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B7F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B7F'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394083'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393097'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD2'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393097'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393173'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C0A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C0A'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393173'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393342'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D05'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D05'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393342'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D9E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394211'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D9E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D9E'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394211'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391672'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEAF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEAF'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391672'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392356> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000106FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392356'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000106FB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000106FB'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392356'^^xsd:string;
  dwc:observationDate '1980-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392514'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107EB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107EB'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392514'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391358'^^xsd:integer;
  dwc:scientificName 'Facelina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC85'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC85'^^xsd:string;
  dwc:aphiaid '137997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391358'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392946'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD5'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392946'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.319235"^^xsd:decimal ;
  dwc:decimalLongitude "-4.670312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.319235 -4.670312)"^^geo:wktLiteral ;
  geo-pos:lat "50.319235"^^xsd:decimal ;
  geo-pos:long "-4.670312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014CB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394146'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014CB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.670312'^^xsd:double;
  dwc:latitude '50.319235'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014CB2'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394146'^^xsd:string;
  dwc:observationDate '1977-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392247> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.715127"^^xsd:decimal ;
  dwc:decimalLongitude "-5.106514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.715127 -5.106514)"^^geo:wktLiteral ;
  geo-pos:lat "54.715127"^^xsd:decimal ;
  geo-pos:long "-5.106514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000EF35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392247'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000EF35'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.106514'^^xsd:double;
  dwc:latitude '54.715127'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000EF35'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392247'^^xsd:string;
  dwc:observationDate '1979-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392814'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012994'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012994'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392814'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393005'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B2C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B2C'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393005'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391599> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391599'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD29'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD29'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391599'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391655> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391655'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE9A'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391655'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BED5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391763'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BED5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BED5'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391763'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390864'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032338'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032338'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390864'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391579> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391579'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD24'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD24'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391579'^^xsd:string;
  dwc:observationDate '1979-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391932'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE5B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE5B'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391932'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393580> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001439F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393580'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001439F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001439F'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393580'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391676> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391676'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB2'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391676'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001455A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393721'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001455A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001455A'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393721'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390713> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003216E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390713'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003216E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003216E'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390713'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392587'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127A3'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392587'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399183> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399183'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001105'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001105'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399183'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390991> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.235491"^^xsd:decimal ;
  dwc:decimalLongitude "-4.385146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  geo-pos:lat "50.235491"^^xsd:decimal ;
  geo-pos:long "-4.385146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390991'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.385146'^^xsd:double;
  dwc:latitude '50.235491'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C8'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390991'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393371> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393371'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D17'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D17'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393371'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392007'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFE0'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392007'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398946> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398946'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F3B'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398946'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390961> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003242F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390961'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003242F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003242F'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390961'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393359> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.221865"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.221865 -5.06644)"^^geo:wktLiteral ;
  geo-pos:lat "58.221865"^^xsd:decimal ;
  geo-pos:long "-5.06644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393359'^^xsd:integer;
  dwc:scientificName 'Ophiolamia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D16'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.06644'^^xsd:double;
  dwc:latitude '58.221865'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D16'^^xsd:string;
  dwc:aphiaid '139876'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393359'^^xsd:string;
  dwc:observationDate '1980-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '139876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393072'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B5D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B5D'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393072'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390842'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032294'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032294'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390842'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398865> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398865'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EDD'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398865'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398988'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F80'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398988'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391150> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391150'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032421'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032421'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391150'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002AAB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390158'^^xsd:integer;
  dwc:scientificName 'Chelon labrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002AAB6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002AAB6'^^xsd:string;
  dwc:aphiaid '126977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390158'^^xsd:string;
  dwc:observationDate '1977-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126977'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003241C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391158'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003241C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003241C'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391158'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001287A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392745'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001287A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001287A'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392745'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394200'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D91'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394200'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390859> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390859'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032396'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032396'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390859'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391980'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF3D'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391980'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392292'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010760'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010760'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392292'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390484> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390484'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F27'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390484'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391943'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE74'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391943'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398920'^^xsd:integer;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F31'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F31'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398920'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390447'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E00'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390447'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393179'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C1F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C1F'^^xsd:string;
  dwc:aphiaid '125166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393179'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398742> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398742'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E99'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E99'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398742'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390551'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FA9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FA9'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390551'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393687> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393687'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014413'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014413'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393687'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001478E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393920'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001478E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001478E'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393920'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398514'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C11'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C11'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398514'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392156> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392156'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6A6'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392156'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393428> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393428'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD4'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393428'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392184> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392184'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D3'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392184'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391881> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDCD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391881'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDCD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDCD'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391881'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398926'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F28'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398926'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399199'^^xsd:integer;
  dwc:scientificName 'Amphitrite'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028589'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028589'^^xsd:string;
  dwc:aphiaid '129686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399199'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '129686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391253> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391253'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032559'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032559'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391253'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390891'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032445'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032445'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390891'^^xsd:string;
  dwc:observationDate '1980-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391993> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391993'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF79'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391993'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391874'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDBD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDBD'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391874'^^xsd:string;
  dwc:observationDate '1979-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392842> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392842'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A37'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A37'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392842'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392087'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C609'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C609'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392087'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393426'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD1'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393426'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.307338"^^xsd:decimal ;
  dwc:decimalLongitude "-5.244594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.307338 -5.244594)"^^geo:wktLiteral ;
  geo-pos:lat "58.307338"^^xsd:decimal ;
  geo-pos:long "-5.244594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393935'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.244594'^^xsd:double;
  dwc:latitude '58.307338'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147A3'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393935'^^xsd:string;
  dwc:observationDate '1979-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003243B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391032'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003243B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003243B'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391032'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003220F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390806'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003220F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003220F'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390806'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398984'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F78'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398984'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390999'^^xsd:integer;
  dwc:scientificName 'Calidris melanotos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032433'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032433'^^xsd:string;
  dwc:aphiaid '159053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390999'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '159053'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393598'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B8'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393598'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390424'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF6'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390424'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394093'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C1D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C1D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394093'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390622'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032027'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032027'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390622'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001481B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394004'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001481B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001481B'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394004'^^xsd:string;
  dwc:observationDate '1977-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393100'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD5'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393100'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391543'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF1'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391543'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393879> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393879'^^xsd:integer;
  dwc:scientificName 'Clupea harengus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014773'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014773'^^xsd:string;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393879'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.830925"^^xsd:decimal ;
  dwc:decimalLongitude "-5.977742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.830925 -5.977742)"^^geo:wktLiteral ;
  geo-pos:lat "54.830925"^^xsd:decimal ;
  geo-pos:long "-5.977742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393218'^^xsd:integer;
  dwc:scientificName 'Membranipora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C7D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.977742'^^xsd:double;
  dwc:latitude '54.830925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C7D'^^xsd:string;
  dwc:aphiaid '110938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393218'^^xsd:string;
  dwc:observationDate '1980-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '110938'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390758> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390758'^^xsd:integer;
  dwc:scientificName 'Haliclystus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032385'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032385'^^xsd:string;
  dwc:aphiaid '135275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390758'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '135275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BCE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390234'^^xsd:integer;
  dwc:scientificName 'Pentapora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BCE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BCE4'^^xsd:string;
  dwc:aphiaid '110827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390234'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '110827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391369> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391369'^^xsd:integer;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC86'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC86'^^xsd:string;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391369'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390920'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032466'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032466'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390920'^^xsd:string;
  dwc:observationDate '1980-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DB6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394208'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DB6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DB6'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394208'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391270> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391270'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032571'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032571'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391270'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001459A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393773'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001459A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001459A'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393773'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325E2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391195'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325E2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325E2'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391195'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C69F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392145'^^xsd:integer;
  dwc:scientificName 'Phaxas pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C69F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C69F'^^xsd:string;
  dwc:aphiaid '140737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392145'^^xsd:string;
  dwc:observationDate '1979-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '140737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393132'^^xsd:integer;
  dwc:scientificName 'Amphitrite'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BF0'^^xsd:string;
  dwc:aphiaid '129686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393132'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '129686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393234> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.373518"^^xsd:decimal ;
  dwc:decimalLongitude "-5.538572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.373518 -5.538572)"^^geo:wktLiteral ;
  geo-pos:lat "54.373518"^^xsd:decimal ;
  geo-pos:long "-5.538572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393234'^^xsd:integer;
  dwc:scientificName 'Amphitrite'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.538572'^^xsd:double;
  dwc:latitude '54.373518'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C97'^^xsd:string;
  dwc:aphiaid '129686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393234'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '129686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391276> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391276'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032576'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032576'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391276'^^xsd:string;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392755> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392755'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012883'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012883'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392755'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392316'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010777'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010777'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392316'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001076D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392315'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001076D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001076D'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392315'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393258> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393258'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA8'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393258'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391518'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE4'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391518'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398746'^^xsd:integer;
  dwc:scientificName 'Pawsonia saxicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E8B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E8B'^^xsd:string;
  dwc:aphiaid '124653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398746'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '124653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392811'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129A6'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392811'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.651614"^^xsd:decimal ;
  dwc:decimalLongitude "-5.326284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.651614 -5.326284)"^^geo:wktLiteral ;
  geo-pos:lat "51.651614"^^xsd:decimal ;
  geo-pos:long "-5.326284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71391293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71391293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400000011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71391293'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400000011'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.326284'^^xsd:double;
  dwc:latitude '51.651614'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400000011'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71391293'^^xsd:string;
  dwc:observationDate '1979-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000103D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399058'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000103D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000103D'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399058'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392834'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A32'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392834'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392257'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDC9'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392257'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.379415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.557233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.379415 -4.557233)"^^geo:wktLiteral ;
  geo-pos:lat "53.379415"^^xsd:decimal ;
  geo-pos:long "-4.557233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000307CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390348'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000307CA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.557233'^^xsd:double;
  dwc:latitude '53.379415'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000307CA'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390348'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390469'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E23'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390469'^^xsd:string;
  dwc:observationDate '1982-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391954> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391954'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF18'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF18'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391954'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394305> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014F09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394305'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014F09'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014F09'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394305'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390125> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390125'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854C'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390125'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71390168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71390168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71390168'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB4D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB4D'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71390168'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398883'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F04'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398883'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393320> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393320'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE2'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393320'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398882> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EFD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398882'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EFD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EFD'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398882'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390444> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390444'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E02'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E02'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390444'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.941873"^^xsd:decimal ;
  dwc:decimalLongitude "-5.346353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.941873 -5.346353)"^^geo:wktLiteral ;
  geo-pos:lat "49.941873"^^xsd:decimal ;
  geo-pos:long "-5.346353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398543'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.346353'^^xsd:double;
  dwc:latitude '49.941873'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C77'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398543'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392799> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392799'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012987'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012987'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392799'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393711'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014551'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014551'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393711'^^xsd:string;
  dwc:observationDate '1978-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393759'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014588'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014588'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393759'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2F0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392210'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2F0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2F0'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392210'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393956'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147BD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147BD'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393956'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394231'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E41'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394231'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398949'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001036'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001036'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398949'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398972> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398972'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F82'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F82'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398972'^^xsd:string;
  dwc:observationDate '1978-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393110'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BED'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393110'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398689'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E4A'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398689'^^xsd:string;
  dwc:observationDate '1979-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394077> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394077'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B84'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B84'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394077'^^xsd:string;
  dwc:observationDate '1979-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392976> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392976'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AF7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AF7'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392976'^^xsd:string;
  dwc:observationDate '1979-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390744'^^xsd:integer;
  dwc:scientificName 'Aplidium proliferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032382'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032382'^^xsd:string;
  dwc:aphiaid '103660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390744'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391557> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391557'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD0B'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391557'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391739> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391739'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD67'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD67'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391739'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393168> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393168'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C13'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C13'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393168'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390292'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC91'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC91'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390292'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000127B6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392629'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000127B6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000127B6'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392629'^^xsd:string;
  dwc:observationDate '1977-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EFA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398875'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EFA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EFA'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398875'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393268> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393268'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA9'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393268'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391927'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE57'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE57'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391927'^^xsd:string;
  dwc:observationDate '1977-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393188'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C39'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393188'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399246> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002859F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399246'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002859F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002859F'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399246'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398737> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398737'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E81'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E81'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398737'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397393> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B91F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397393'^^xsd:integer;
  dwc:scientificName 'Sabellaria alveolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B91F'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B91F'^^xsd:string;
  dwc:aphiaid '130866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397393'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '130866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397340> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397340'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3A1'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3A1'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397340'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F62C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396028'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F62C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F62C'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396028'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395735> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395735'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF8B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF8B'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395735'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F65D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396091'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F65D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F65D'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396091'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395923'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200A2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200A2'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395923'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395650> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF49" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395650'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF49'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF49'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395650'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397193'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A017'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A017'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397193'^^xsd:string;
  dwc:observationDate '2007-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396453> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396453'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7D5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7D5'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396453'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394833> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394833'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F6F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F6F'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394833'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394409> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394409'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E5B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E5B'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394409'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396122'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F690'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F690'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396122'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394958> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394958'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC4D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC4D'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394958'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396512'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7DC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7DC'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396512'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395313'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDE1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDE1'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395313'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B91C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397391'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B91C'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B91C'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397391'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395962'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB3B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB3B'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395962'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002005B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395900'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002005B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002005B'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395900'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397532> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397532'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000E9'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000E9'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397532'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDF7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394824'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDF7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDF7'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394824'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395840> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395840'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAC2'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAC2'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395840'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396294'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F702'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F702'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396294'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397405> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B92E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397405'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B92E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B92E'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397405'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226CB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397074'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226CB'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226CB'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397074'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397402'^^xsd:integer;
  dwc:scientificName 'Ligia oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B935'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B935'^^xsd:string;
  dwc:aphiaid '146999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397402'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397485> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397485'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C524'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C524'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397485'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394962> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC7D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394962'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC7D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC7D'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394962'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395353> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395353'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A998'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A998'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395353'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399705'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FB8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FB8'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399705'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397141'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027801'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027801'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397141'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277EB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397146'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277EB'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277EB'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397146'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397235> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C34D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397235'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C34D'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C34D'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397235'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397116'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277FD'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277FD'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397116'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C34F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397229'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C34F'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C34F'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397229'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396004'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277C9'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277C9'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396004'^^xsd:string;
  dwc:observationDate '1995-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397237> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397237'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C317'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C317'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397237'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397321> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C32A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397321'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C32A'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C32A'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397321'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397084'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277E0'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277E0'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397084'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397121> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397121'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027818'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027818'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397121'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397158'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027830'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027830'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397158'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397251'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C359'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C359'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397251'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397119> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002782C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397119'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002782C'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002782C'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397119'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397248> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397248'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C355'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C355'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397248'^^xsd:string;
  dwc:observationDate '1997-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397297> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397297'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C324'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C324'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397297'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396007> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396007'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277CC'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277CC'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396007'^^xsd:string;
  dwc:observationDate '1995-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396005> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396005'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277CA'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277CA'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396005'^^xsd:string;
  dwc:observationDate '1995-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397346> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397346'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C330'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C330'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397346'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397223> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397223'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C314'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C314'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397223'^^xsd:string;
  dwc:observationDate '1997-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71396008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71396008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000277CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71396008'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000277CD'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000277CD'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71396008'^^xsd:string;
  dwc:observationDate '1995-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397214> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C33C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397214'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C33C'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C33C'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397214'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397208> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397208'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C340'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C340'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397208'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397220> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C33D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397220'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C33D'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C33D'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397220'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397217> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C33F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397217'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'English Nature'^^xsd:string;
  dwc:collectorNumber '43067'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C33F'^^xsd:string;
  dwc:collector 'English Nature'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C33F'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397217'^^xsd:string;
  dwc:observationDate '1997-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399402'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E09'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E09'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399402'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399387'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DD9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DD9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399387'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399690'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F9D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F9D'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399690'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399788> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399788'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040AF'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040AF'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399788'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400115> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400115'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FA1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FA1'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400115'^^xsd:string;
  dwc:observationDate '2000-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399406> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E0A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399406'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E0A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E0A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399406'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CB2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399357'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CB2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CB2'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399357'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399316> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399316'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BA9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BA9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399316'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399876> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399876'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050AC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050AC'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399876'^^xsd:string;
  dwc:observationDate '1999-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399717> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399717'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FF1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FF1'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399717'^^xsd:string;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000402F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399734'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000402F'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000402F'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399734'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399307'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B92'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B92'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399307'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399816'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040FD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040FD'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399816'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399423> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399423'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E41'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E41'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399423'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399461'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EA9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EA9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399461'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399494> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399494'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC3'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399494'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399967> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399967'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E14'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E14'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399967'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399966'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E15'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E15'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399966'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399507> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399507'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC6'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC6'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399507'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399487> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399487'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FBA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FBA'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399487'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400138> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400138'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050D2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050D2'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400138'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EA1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399533'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EA1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EA1'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399533'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399355> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003CB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399355'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003CB9'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003CB9'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399355'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399399'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DF1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DF1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399399'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399935> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399935'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FA7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FA7'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399935'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399949> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399949'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EC3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EC3'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399949'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400076> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400076'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EE7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EE7'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400076'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399612> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399612'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040F1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040F1'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399612'^^xsd:string;
  dwc:observationDate '1999-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399660'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F8B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F8B'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399660'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E3A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399426'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E3A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E3A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399426'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399583> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F1A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399583'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F1A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F1A'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399583'^^xsd:string;
  dwc:observationDate '2000-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EB1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399468'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EB1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EB1'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399468'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399983'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005040'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005040'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399983'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400141'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050EC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050EC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400141'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400097> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400097'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005090'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005090'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400097'^^xsd:string;
  dwc:observationDate '2000-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399776'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040A4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040A4'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399776'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399704> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399704'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FBC'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FBC'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399704'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400030'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E4C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E4C'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400030'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FA0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399689'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FA0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FA0'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399689'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399572'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005022'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005022'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399572'^^xsd:string;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399493'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FC2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FC2'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399493'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399855> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399855'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EC1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EC1'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399855'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399990'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E20'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E20'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399990'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F5A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399630'^^xsd:integer;
  dwc:scientificName 'Ensis siliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F5A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F5A'^^xsd:string;
  dwc:aphiaid '140735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399630'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '140735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ED3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400059'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ED3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ED3'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400059'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399486'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E59'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E59'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399486'^^xsd:string;
  dwc:observationDate '1999-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399807> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399807'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040D2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040D2'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399807'^^xsd:string;
  dwc:observationDate '1999-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004E7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400032'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004E7A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004E7A'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400032'^^xsd:string;
  dwc:observationDate '1999-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399744> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000403E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399744'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000403E'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000403E'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399744'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399824> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000410A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399824'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000410A'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000410A'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399824'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399537'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EA4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EA4'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399537'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399421> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399421'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E33'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E33'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399421'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399477'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EB3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EB3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399477'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399397'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DE0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DE0'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399397'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399328> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003BB8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399328'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003BB8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003BB8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399328'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399607'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F55'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F55'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399607'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400057> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ED1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400057'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ED1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ED1'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400057'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399952'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EC5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EC5'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399952'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399955> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EC2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399955'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EC2'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EC2'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399955'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400114> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400114'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FA4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FA4'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400114'^^xsd:string;
  dwc:observationDate '2000-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399798> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399798'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040C4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040C4'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399798'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400093'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F22'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F22'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400093'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400063> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ED4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400063'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ED4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ED4'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400063'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EB4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399548'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EB4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EB4'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399548'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399849'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EC0'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EC0'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399849'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F88" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399663'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F88'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F88'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399663'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399342'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C6B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C6B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399342'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399404> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399404'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E03'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E03'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399404'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399898'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D47'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D47'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399898'^^xsd:string;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399303> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B8B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399303'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B8B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B8B'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399303'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004C98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399831'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004C98'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004C98'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399831'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399543> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FE3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399543'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FE3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FE3'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399543'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399592> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399592'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F38'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F38'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399592'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000408C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399765'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000408C'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000408C'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399765'^^xsd:string;
  dwc:observationDate '2000-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400089> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.293708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.686596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.293708 -1.686596)"^^geo:wktLiteral ;
  geo-pos:lat "55.293708"^^xsd:decimal ;
  geo-pos:long "-1.686596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400089'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F21'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.686596'^^xsd:double;
  dwc:latitude '55.293708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F21'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400089'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004F62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399609'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004F62'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004F62'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399609'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399929> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D93" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399929'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D93'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D93'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399929'^^xsd:string;
  dwc:observationDate '2000-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F85" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399661'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F85'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F85'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399661'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399558'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EBA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EBA'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399558'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.102357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.680064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.102357 -1.680064)"^^geo:wktLiteral ;
  geo-pos:lat "56.102357"^^xsd:decimal ;
  geo-pos:long "-1.680064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399736'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004043'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.680064'^^xsd:double;
  dwc:latitude '56.102357'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004043'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399736'^^xsd:string;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.842647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653427 -1.842647)"^^geo:wktLiteral ;
  geo-pos:lat "55.653427"^^xsd:decimal ;
  geo-pos:long "-1.842647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004FEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399531'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004FEB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.842647'^^xsd:double;
  dwc:latitude '55.653427'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004FEB'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399531'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000050CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399790'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000050CD'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000050CD'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399790'^^xsd:string;
  dwc:observationDate '2000-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399577> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399577'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EE5'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EE5'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399577'^^xsd:string;
  dwc:observationDate '1999-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399622> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.933775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.933775 -1.533332)"^^geo:wktLiteral ;
  geo-pos:lat "54.933775"^^xsd:decimal ;
  geo-pos:long "-1.533332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399622'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F37'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.533332'^^xsd:double;
  dwc:latitude '54.933775'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F37'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399622'^^xsd:string;
  dwc:observationDate '2000-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004CCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399854'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004CCB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004CCB'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399854'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003DB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399385'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003DB3'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003DB3'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399385'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399793> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000040C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399793'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000040C1'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000040C1'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399793'^^xsd:string;
  dwc:observationDate '2000-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.473417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.473417 -1.685173)"^^geo:wktLiteral ;
  geo-pos:lat "55.473417"^^xsd:decimal ;
  geo-pos:long "-1.685173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004EC7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399959'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004EC7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685173'^^xsd:double;
  dwc:latitude '55.473417'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004EC7'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399959'^^xsd:string;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400058> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004ECE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400058'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004ECE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004ECE'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400058'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397373> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397373'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3C0'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3C0'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397373'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397725'^^xsd:integer;
  dwc:scientificName 'Hypnea musciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000294'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000294'^^xsd:string;
  dwc:aphiaid '145634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397725'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '145634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398273> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000097F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398273'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000097F'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000097F'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398273'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396757'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020619'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020619'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396757'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F66D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396100'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F66D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F66D'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396100'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395252> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395252'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDB3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDB3'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395252'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395727> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395727'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFB3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFB3'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395727'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395368> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395368'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE19'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE19'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395368'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395719> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395719'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA86'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA86'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395719'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396801'^^xsd:integer;
  dwc:scientificName 'Lecanora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020625'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020625'^^xsd:string;
  dwc:aphiaid '147715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396801'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395397> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395397'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE9C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE9C'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395397'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395059> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8F8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395059'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8F8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8F8'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395059'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395098'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD1B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD1B'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395098'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396181> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396181'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6C0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6C0'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396181'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDD0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395292'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDD0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDD0'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395292'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397542> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397542'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000115'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000115'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397542'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205CC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396694'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205CC'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205CC'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396694'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002784A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394322'^^xsd:integer;
  dwc:scientificName 'Arenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002784A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002784A'^^xsd:string;
  dwc:aphiaid '129206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394322'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '129206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395587> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395587'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEC0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEC0'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395587'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394329'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027838'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027838'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394329'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396734> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205D9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396734'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205D9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205D9'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396734'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397600'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000162'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000162'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397600'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396127'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6BD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6BD'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396127'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397528'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000097'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000097'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397528'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395625'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF42'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF42'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395625'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395888'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020044'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020044'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395888'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396813> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396813'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020644'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020644'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396813'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396517> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7EA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396517'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7EA'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7EA'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396517'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEFF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395591'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEFF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEFF'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395591'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396766'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020607'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020607'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396766'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71392722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71392722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71392722'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Judith Oakley'^^xsd:string;
  dwc:collectorNumber '81860'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128B8'^^xsd:string;
  dwc:collector 'Judith Oakley'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128B8'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71392722'^^xsd:string;
  dwc:observationDate '2005-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002063D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396803'^^xsd:integer;
  dwc:scientificName 'Acanthodoris pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002063D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002063D'^^xsd:string;
  dwc:aphiaid '140627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396803'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '140627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395093> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCE7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395093'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCE7'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCE7'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395093'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394697'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED5E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED5E'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394697'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395895'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB2A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB2A'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395895'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.383563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.685886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.383563 -1.685886)"^^geo:wktLiteral ;
  geo-pos:lat "55.383563"^^xsd:decimal ;
  geo-pos:long "-1.685886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000504B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400017'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000504B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.685886'^^xsd:double;
  dwc:latitude '55.383563'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000504B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400017'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399647> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399647'^^xsd:integer;
  dwc:scientificName 'Spisula solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F64'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F64'^^xsd:string;
  dwc:aphiaid '140301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399647'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '140301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394944'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B1'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B1'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394944'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395501> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395501'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF02'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF02'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395501'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396892> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002067C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396892'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002067C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002067C'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396892'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395503'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA07'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA07'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395503'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399886> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004D1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399886'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004D1B'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004D1B'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399886'^^xsd:string;
  dwc:observationDate '2000-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399503> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399503'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EC4'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EC4'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399503'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399299> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003B8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399299'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003B8D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003B8D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399299'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395158> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395158'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A933'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A933'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395158'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398363> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009CE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398363'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Joe Burlison'^^xsd:string;
  dwc:collectorNumber '120337'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009CE'^^xsd:string;
  dwc:collector 'Joe Burlison'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009CE'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398363'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394852'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F71'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F71'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394852'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394644> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394644'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECEC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECEC'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394644'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396482'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7FD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7FD'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396482'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394372> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394372'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E2E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E2E'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394372'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397736'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000247'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000247'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397736'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394923> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394923'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC78'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC78'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394923'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395194'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD36'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD36'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395194'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394838'^^xsd:integer;
  dwc:scientificName 'Littorina mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDF8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDF8'^^xsd:string;
  dwc:aphiaid '151578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394838'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395994> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395994'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB3E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB3E'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395994'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395756> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395756'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF0'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395756'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395800> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395800'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFF3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFF3'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395800'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395131> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD2E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395131'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD2E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD2E'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395131'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398313> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000099D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398313'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Mildrew'^^xsd:string;
  dwc:collectorNumber '120320'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000099D'^^xsd:string;
  dwc:collector 'Alan Mildrew'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000099D'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398313'^^xsd:string;
  dwc:observationDate '1978-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396047> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396047'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F649'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F649'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396047'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394514> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E6A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394514'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E6A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E6A'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394514'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395286> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDBD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395286'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDBD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDBD'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395286'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394722> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394722'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED90'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED90'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394722'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394992'^^xsd:integer;
  dwc:scientificName 'Elachista fucicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCBF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCBF'^^xsd:string;
  dwc:aphiaid '144937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394992'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '144937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394600> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECFC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394600'^^xsd:integer;
  dwc:scientificName 'Enteromorpha intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECFC'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECFC'^^xsd:string;
  dwc:aphiaid '145962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394600'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '234471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395461'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEE4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEE4'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395461'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394721> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394721'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED7A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED7A'^^xsd:string;
  dwc:aphiaid '144191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394721'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395284'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDAB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDAB'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395284'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396554> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE4C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396554'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE4C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE4C'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396554'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD8E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395226'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD8E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD8E'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395226'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395781> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395781'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFCB'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFCB'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395781'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394860'^^xsd:integer;
  dwc:scientificName 'Porphyra umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F37'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F37'^^xsd:string;
  dwc:aphiaid '144437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394860'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394773'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F39'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F39'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394773'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395763> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFD4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395763'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFD4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFD4'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395763'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFE6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395746'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFE6'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFE6'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395746'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F82B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396527'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F82B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F82B'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396527'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395435> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395435'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E3'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395435'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395091> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395091'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A915'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A915'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395091'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396849'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020682'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020682'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396849'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397790> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000030E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397790'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000030E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000030E'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397790'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397759> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397759'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002C7'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002C7'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397759'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397605> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397605'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000150'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000150'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397605'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395325'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDF9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDF9'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395325'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FF79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395662'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FF79'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FF79'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395662'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398074'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000804'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000804'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398074'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398123> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398123'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000830'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000830'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398123'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398084'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000803'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000803'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398084'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B93E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397415'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B93E'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B93E'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397415'^^xsd:string;
  dwc:observationDate '2007-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394757> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394757'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F21'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F21'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394757'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395887'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB1F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB1F'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395887'^^xsd:string;
  dwc:observationDate '1991-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397496> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397496'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C530'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C530'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397496'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395843'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020018'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020018'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395843'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394570'^^xsd:integer;
  dwc:scientificName 'Caprella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED3E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED3E'^^xsd:string;
  dwc:aphiaid '101430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394570'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397398> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397398'^^xsd:integer;
  dwc:scientificName 'Nerophis lumbriciformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B927'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B927'^^xsd:string;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397398'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394849> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394849'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDD8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDD8'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394849'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398122> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000082A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398122'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000082A'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000082A'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398122'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000080F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398105'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000080F'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000080F'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398105'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398082'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000800'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000800'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398082'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398170> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000079D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398170'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000079D'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000079D'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398170'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000007AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398179'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000007AA'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000007AA'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398179'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.438472"^^xsd:decimal ;
  dwc:decimalLongitude "-2.564615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.438472 -2.564615)"^^geo:wktLiteral ;
  geo-pos:lat "50.438472"^^xsd:decimal ;
  geo-pos:long "-2.564615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000076A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398187'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000076A'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.564615'^^xsd:double;
  dwc:latitude '50.438472'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000076A'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398187'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398130> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000083C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398130'^^xsd:integer;
  dwc:scientificName 'Limanda limanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000083C'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000083C'^^xsd:string;
  dwc:aphiaid '127139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398130'^^xsd:string;
  dwc:observationDate '1978-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398079> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398079'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000801'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000801'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398079'^^xsd:string;
  dwc:observationDate '1977-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398100> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000080A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398100'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Andy Baker'^^xsd:string;
  dwc:collectorNumber '120322'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000080A'^^xsd:string;
  dwc:collector 'Andy Baker'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000080A'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398100'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398284'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000980'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000980'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398284'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398289'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000987'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000987'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398289'^^xsd:string;
  dwc:observationDate '1980-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398293> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000098E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398293'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Killaspy'^^xsd:string;
  dwc:collectorNumber '120340'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000098E'^^xsd:string;
  dwc:collector 'Killaspy'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000098E'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398293'^^xsd:string;
  dwc:observationDate '1980-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398348> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398348'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009C4'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009C4'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398348'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397838'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000517'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000517'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397838'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397858> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397858'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004CD'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004CD'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397858'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004C0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397861'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004C0'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004C0'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397861'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398341'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009BC'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009BC'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398341'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398094> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000087F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398094'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000087F'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000087F'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398094'^^xsd:string;
  dwc:observationDate '1978-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397843> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004FB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397843'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004FB'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004FB'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397843'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397860> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000004E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397860'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000004E9'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000004E9'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397860'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398197'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008AF'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008AF'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398197'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398200'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000893'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000893'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398200'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398117'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'R. Kinsman'^^xsd:string;
  dwc:collectorNumber '120347'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000890'^^xsd:string;
  dwc:collector 'R. Kinsman'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000890'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398117'^^xsd:string;
  dwc:observationDate '1978-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009AD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398327'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009AD'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009AD'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398327'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398330> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000009A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398330'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'W. A. Duncan'^^xsd:string;
  dwc:collectorNumber '120349'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000009A7'^^xsd:string;
  dwc:collector 'W. A. Duncan'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000009A7'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398330'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396382'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C7'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396382'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397427> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397427'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B954'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B954'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397427'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394663> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394663'^^xsd:integer;
  dwc:scientificName 'Rissoa parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED46'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED46'^^xsd:string;
  dwc:aphiaid '141365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394663'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396381'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7B8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7B8'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396381'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394945'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC7A'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC7A'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394945'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397448> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397448'^^xsd:integer;
  dwc:scientificName 'Asterina gibbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C479'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C479'^^xsd:string;
  dwc:aphiaid '123987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397448'^^xsd:string;
  dwc:observationDate '2007-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394379> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394379'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC11'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC11'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394379'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397072> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000226C8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397072'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000226C8'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000226C8'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397072'^^xsd:string;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397376> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397376'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3C1'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3C1'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397376'^^xsd:string;
  dwc:observationDate '1997-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396069> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F65A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396069'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F65A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F65A'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396069'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397500> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003C53A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397500'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003C53A'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003C53A'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397500'^^xsd:string;
  dwc:observationDate '2007-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395338> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A98D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395338'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A98D'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A98D'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395338'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396108'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F668'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F668'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396108'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397284'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C375'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C375'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397284'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396761> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396761'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020613'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020613'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396761'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397658> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001CA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397658'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001CA'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001CA'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397658'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397803> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397803'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000354'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000354'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397803'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A89C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394938'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A89C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A89C'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394938'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C30D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397203'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C30D'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C30D'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397203'^^xsd:string;
  dwc:observationDate '2007-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397326> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397326'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C396'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C396'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397326'^^xsd:string;
  dwc:observationDate '1997-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396256> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6D2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396256'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6D2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6D2'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396256'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394968'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCC8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCC8'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394968'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394711> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394711'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED80'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED80'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394711'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396504> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F81D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396504'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F81D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F81D'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396504'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397389> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B91B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397389'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B91B'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B91B'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397389'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397318> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C38F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397318'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C38F'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C38F'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397318'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394712> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394712'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED9C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED9C'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394712'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396908> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002065F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396908'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002065F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002065F'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396908'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394714> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394714'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F10'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F10'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394714'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394438'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC34'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC34'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394438'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395990'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB40'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB40'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395990'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397834> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397834'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000348'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000348'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397834'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397545> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397545'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000107'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000107'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397545'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCF5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395084'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCF5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCF5'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395084'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397562'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000134'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000134'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397562'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394636'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECE4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECE4'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394636'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394422'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E2F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E2F'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394422'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394637> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ECEB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394637'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ECEB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ECEB'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394637'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397354> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C3AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397354'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C3AF'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C3AF'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397354'^^xsd:string;
  dwc:observationDate '1997-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394951> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC62" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394951'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC62'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC62'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394951'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F79A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396332'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F79A'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F79A'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396332'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA9F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395675'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA9F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA9F'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395675'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395187'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD44'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD44'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395187'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397424> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397424'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B952'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B952'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397424'^^xsd:string;
  dwc:observationDate '2007-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397315> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C38C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397315'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C38C'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C38C'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397315'^^xsd:string;
  dwc:observationDate '1997-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7986%3A71397292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7986:71397292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002C370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7986'^^xsd:integer;
  dwc:catalogNumber '71397292'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:collectorNumber '140164'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002C370'^^xsd:string;
  dwc:collector 'Helford Voluntary Marine Conservation Area Group'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002C370'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7986:71397292'^^xsd:string;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395185'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A941'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A941'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395185'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395190'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD52'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD52'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395190'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC7F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394537'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC7F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC7F'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394537'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397407> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.337661"^^xsd:decimal ;
  dwc:decimalLongitude "-3.687596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.337661 -3.687596)"^^geo:wktLiteral ;
  geo-pos:lat "50.337661"^^xsd:decimal ;
  geo-pos:long "-3.687596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7975%3A71397407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7975:71397407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040003B937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7975'^^xsd:integer;
  dwc:catalogNumber '71397407'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Milly Hatton-Brown'^^xsd:string;
  dwc:collectorNumber '124417'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040003B937'^^xsd:string;
  dwc:collector 'Milly Hatton-Brown'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.687596'^^xsd:double;
  dwc:latitude '50.337661'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040003B937'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7975:71397407'^^xsd:string;
  dwc:observationDate '2007-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397866> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397866'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000554'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000554'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397866'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397900> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397900'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000578'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000578'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397900'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397878> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000053E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397878'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000053E'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000053E'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397878'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397906> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000059A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397906'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000059A'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000059A'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397906'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397918> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000058A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397918'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000058A'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000058A'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397918'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397959> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.184098"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.184098 -4.75995)"^^geo:wktLiteral ;
  geo-pos:lat "54.184098"^^xsd:decimal ;
  geo-pos:long "-4.75995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397959'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005DA'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.75995'^^xsd:double;
  dwc:latitude '54.184098'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005DA'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397959'^^xsd:string;
  dwc:observationDate '1977-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397933> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397933'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005BC'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005BC'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397933'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397870> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397870'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000540'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000540'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397870'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397943> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397943'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005B2'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005B2'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397943'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397875> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397875'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000555'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000555'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397875'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397877> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000054B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397877'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000054B'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000054B'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397877'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397932> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005A7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397932'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005A7'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005A7'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397932'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397938'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005AB'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005AB'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397938'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397896> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000055A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397896'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000055A'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000055A'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397896'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397940> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000059F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397940'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000059F'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000059F'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397940'^^xsd:string;
  dwc:observationDate '1977-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392806> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001297A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392806'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001297A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001297A'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392806'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392903> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A9B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392903'^^xsd:integer;
  dwc:scientificName 'Spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A9B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A9B'^^xsd:string;
  dwc:aphiaid '129642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392903'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '129642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCEF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391530'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCEF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCEF'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391530'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393780> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393780'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014592'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014592'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393780'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.453612"^^xsd:decimal ;
  dwc:decimalLongitude "-6.669826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.453612 -6.669826)"^^geo:wktLiteral ;
  geo-pos:lat "57.453612"^^xsd:decimal ;
  geo-pos:long "-6.669826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001476E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393887'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001476E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.669826'^^xsd:double;
  dwc:latitude '57.453612'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001476E'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393887'^^xsd:string;
  dwc:observationDate '1977-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.107213"^^xsd:decimal ;
  dwc:decimalLongitude "-6.295493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.107213 -6.295493)"^^geo:wktLiteral ;
  geo-pos:lat "57.107213"^^xsd:decimal ;
  geo-pos:long "-6.295493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71394032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71394032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71394032'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014861'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.295493'^^xsd:double;
  dwc:latitude '57.107213'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014861'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71394032'^^xsd:string;
  dwc:observationDate '1977-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390411'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030774'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030774'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390411'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390412> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003080E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390412'^^xsd:integer;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003080E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003080E'^^xsd:string;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390412'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398224> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398224'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000965'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000965'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398224'^^xsd:string;
  dwc:observationDate '1978-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398239> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398239'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000954'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000954'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398239'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398244'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000950'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000950'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398244'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398242> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000094D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398242'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Viney'^^xsd:string;
  dwc:collectorNumber '54674'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000094D'^^xsd:string;
  dwc:collector 'Keith Viney'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000094D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398242'^^xsd:string;
  dwc:observationDate '1979-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393275> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393275'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA4'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393275'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001279B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392591'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001279B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001279B'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392591'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392307> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001075F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392307'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001075F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001075F'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392307'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393357> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393357'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CFE'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393357'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393660> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143EF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393660'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143EF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143EF'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393660'^^xsd:string;
  dwc:observationDate '1980-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390956> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003239E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390956'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003239E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003239E'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390956'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390969> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390969'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323A8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323A8'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390969'^^xsd:string;
  dwc:observationDate '1979-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398801> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EB0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398801'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EB0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EB0'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398801'^^xsd:string;
  dwc:observationDate '1981-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393753> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393753'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014560'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014560'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393753'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390608'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032010'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032010'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390608'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392652> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001284F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392652'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001284F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001284F'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392652'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393325> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393325'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CE5'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393325'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398747> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E8D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398747'^^xsd:integer;
  dwc:scientificName 'Polycera faeroensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E8D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E8D'^^xsd:string;
  dwc:aphiaid '140834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398747'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '140834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391087> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391087'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032584'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032584'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391087'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BBA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390229'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BBA4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BBA4'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390229'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399215> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002858B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399215'^^xsd:integer;
  dwc:scientificName 'Pholas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002858B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002858B'^^xsd:string;
  dwc:aphiaid '138343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399215'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '138343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.576831"^^xsd:decimal ;
  dwc:decimalLongitude "0.740624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.576831 0.740624)"^^geo:wktLiteral ;
  geo-pos:lat "51.576831"^^xsd:decimal ;
  geo-pos:long "0.740624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7961%3A71390187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7961:71390187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7961'^^xsd:integer;
  dwc:catalogNumber '71390187'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB27'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '0.740624'^^xsd:double;
  dwc:latitude '51.576831'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB27'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7961:71390187'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393645> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143DC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393645'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143DC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143DC'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393645'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.322376"^^xsd:decimal ;
  dwc:decimalLongitude "-4.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.322376 -4.52999)"^^geo:wktLiteral ;
  geo-pos:lat "50.322376"^^xsd:decimal ;
  geo-pos:long "-4.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390661'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032090'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.52999'^^xsd:double;
  dwc:latitude '50.322376'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032090'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390661'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393850> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001472B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393850'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001472B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001472B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393850'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F1D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394749'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F1D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F1D'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394749'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EAF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394478'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EAF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EAF'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394478'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.123587"^^xsd:decimal ;
  dwc:decimalLongitude "-5.397741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.123587 -5.397741)"^^geo:wktLiteral ;
  geo-pos:lat "58.123587"^^xsd:decimal ;
  geo-pos:long "-5.397741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147D5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393978'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147D5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.397741'^^xsd:double;
  dwc:latitude '58.123587'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147D5'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393978'^^xsd:string;
  dwc:observationDate '1980-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393705> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.163771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.163771 -5.14133)"^^geo:wktLiteral ;
  geo-pos:lat "55.163771"^^xsd:decimal ;
  geo-pos:long "-5.14133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000144AC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393705'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000144AC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.14133'^^xsd:double;
  dwc:latitude '55.163771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000144AC'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393705'^^xsd:string;
  dwc:observationDate '1978-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399243> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002855C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399243'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002855C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002855C'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399243'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391061> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391061'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032440'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032440'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391061'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394794> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394794'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDE5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDE5'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394794'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390725> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003237A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390725'^^xsd:integer;
  dwc:scientificName 'Disporella hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003237A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003237A'^^xsd:string;
  dwc:aphiaid '111730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390725'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392901> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392901'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A97'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392901'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.194847"^^xsd:decimal ;
  dwc:decimalLongitude "-6.273435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.194847 -6.273435)"^^geo:wktLiteral ;
  geo-pos:lat "55.194847"^^xsd:decimal ;
  geo-pos:long "-6.273435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392020'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C058'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.273435'^^xsd:double;
  dwc:latitude '55.194847'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C058'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392020'^^xsd:string;
  dwc:observationDate '1977-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391783> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391783'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE8'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391783'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391520> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCE8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391520'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCE8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCE8'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391520'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391630> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391630'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE80'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE80'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391630'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393694> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393694'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014407'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014407'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393694'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399271> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399271'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010EC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010EC'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399271'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CC6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398576'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CC6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CC6'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398576'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392957> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392957'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE5'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392957'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398853> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398853'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EEE'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398853'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393675> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393675'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014418'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014418'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393675'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392191> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392191'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2D8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2D8'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392191'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394188> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394188'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D6B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D6B'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394188'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390527> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390527'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F3D'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390527'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390586'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FD8'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390586'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390197> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390197'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB52'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB52'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390197'^^xsd:string;
  dwc:observationDate '1978-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392816> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.382539"^^xsd:decimal ;
  dwc:decimalLongitude "-4.407043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.382539 -4.407043)"^^geo:wktLiteral ;
  geo-pos:lat "53.382539"^^xsd:decimal ;
  geo-pos:long "-4.407043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392816'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129A4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.407043'^^xsd:double;
  dwc:latitude '53.382539'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129A4'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392816'^^xsd:string;
  dwc:observationDate '1977-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392046'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C578'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C578'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392046'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399212> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002858A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399212'^^xsd:integer;
  dwc:scientificName 'Galatheidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002858A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002858A'^^xsd:string;
  dwc:aphiaid '106733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399212'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '106733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391944'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE71'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391944'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393848'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014725'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014725'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393848'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392671'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012846'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012846'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392671'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003239C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390965'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003239C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003239C'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390965'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399083> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399083'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001088'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001088'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399083'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003076F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390399'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003076F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003076F'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390399'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391945'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE78'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE78'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391945'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392945> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.402156"^^xsd:decimal ;
  dwc:decimalLongitude "-3.054318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.402156 -3.054318)"^^geo:wktLiteral ;
  geo-pos:lat "53.402156"^^xsd:decimal ;
  geo-pos:long "-3.054318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392945'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AC9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.054318'^^xsd:double;
  dwc:latitude '53.402156'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AC9'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392945'^^xsd:string;
  dwc:observationDate '1979-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390117> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390117'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028544'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028544'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390117'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394195> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D86" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394195'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D86'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D86'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394195'^^xsd:string;
  dwc:observationDate '1977-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399233> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399233'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028554'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028554'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399233'^^xsd:string;
  dwc:observationDate '1979-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391302> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BA95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391302'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BA95'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BA95'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391302'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394218> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.618925"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.618925 -2.42542)"^^geo:wktLiteral ;
  geo-pos:lat "50.618925"^^xsd:decimal ;
  geo-pos:long "-2.42542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394218'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42542'^^xsd:double;
  dwc:latitude '50.618925'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DDF'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394218'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393625> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393625'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143DA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143DA'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393625'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390290> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390290'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC79'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC79'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390290'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398823'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC1'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398823'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398887> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398887'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EF8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EF8'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398887'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391770> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391770'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEDB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEDB'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391770'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399039> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399039'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001034'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001034'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399039'^^xsd:string;
  dwc:observationDate '1980-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398585'^^xsd:integer;
  dwc:scientificName 'Echinocardium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DED'^^xsd:string;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398585'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390786> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390786'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321D0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321D0'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390786'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390558> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FA6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390558'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FA6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FA6'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390558'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391669> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391669'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE98'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE98'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391669'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.286794"^^xsd:decimal ;
  dwc:decimalLongitude "-5.697338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.286794 -5.697338)"^^geo:wktLiteral ;
  geo-pos:lat "54.286794"^^xsd:decimal ;
  geo-pos:long "-5.697338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391919'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE26'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.697338'^^xsd:double;
  dwc:latitude '54.286794'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE26'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391919'^^xsd:string;
  dwc:observationDate '1977-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392565'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010828'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010828'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392565'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391565'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD0F'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391565'^^xsd:string;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393127> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393127'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BDF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BDF'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393127'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391766> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391766'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE2'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391766'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393109'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD1'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393109'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393736> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.800771"^^xsd:decimal ;
  dwc:decimalLongitude "-5.268719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.800771 -5.268719)"^^geo:wktLiteral ;
  geo-pos:lat "54.800771"^^xsd:decimal ;
  geo-pos:long "-5.268719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001457C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393736'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001457C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.268719'^^xsd:double;
  dwc:latitude '54.800771'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001457C'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393736'^^xsd:string;
  dwc:observationDate '1977-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392808> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392808'^^xsd:integer;
  dwc:scientificName 'Raja'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012983'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012983'^^xsd:string;
  dwc:aphiaid '105766'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392808'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '105766'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398965'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F6B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F6B'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398965'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398928> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F2F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398928'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F2F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F2F'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398928'^^xsd:string;
  dwc:observationDate '1981-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392032> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392032'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C085'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C085'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392032'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392203> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392203'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E6'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392203'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.100937"^^xsd:decimal ;
  dwc:decimalLongitude "-4.448478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.100937 -4.448478)"^^geo:wktLiteral ;
  geo-pos:lat "54.100937"^^xsd:decimal ;
  geo-pos:long "-4.448478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392575'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010827'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.448478'^^xsd:double;
  dwc:latitude '54.100937'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010827'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392575'^^xsd:string;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390394> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003078D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390394'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003078D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003078D'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390394'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.763934"^^xsd:decimal ;
  dwc:decimalLongitude "-10.608076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.763934 -10.608076)"^^geo:wktLiteral ;
  geo-pos:lat "51.763934"^^xsd:decimal ;
  geo-pos:long "-10.608076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391749'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD64'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.608076'^^xsd:double;
  dwc:latitude '51.763934'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD64'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391749'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC5E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391491'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC5E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC5E'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391491'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399149'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010C5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010C5'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399149'^^xsd:string;
  dwc:observationDate '1979-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09899"^^xsd:decimal ;
  dwc:decimalLongitude "-2.966073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09899 -2.966073)"^^geo:wktLiteral ;
  geo-pos:lat "56.09899"^^xsd:decimal ;
  geo-pos:long "-2.966073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A4A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392861'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A4A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.966073'^^xsd:double;
  dwc:latitude '56.09899'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A4A'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392861'^^xsd:string;
  dwc:observationDate '1980-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393277> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393277'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CAA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CAA'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393277'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000100F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399028'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000100F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000100F'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399028'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391185> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391185'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032427'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032427'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391185'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398771> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398771'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E64'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E64'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398771'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390984'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323BD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323BD'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390984'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392666> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392666'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012827'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012827'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392666'^^xsd:string;
  dwc:observationDate '1977-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390805> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390805'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321FC'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390805'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702646"^^xsd:decimal ;
  dwc:decimalLongitude "-3.275825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702646 -3.275825)"^^geo:wktLiteral ;
  geo-pos:lat "50.702646"^^xsd:decimal ;
  geo-pos:long "-3.275825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398745'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E77'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.275825'^^xsd:double;
  dwc:latitude '50.702646'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E77'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398745'^^xsd:string;
  dwc:observationDate '1979-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391548> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCF3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391548'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCF3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCF3'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391548'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391051> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391051'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323F5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323F5'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391051'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398575> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398575'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CBA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CBA'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398575'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394095> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C1E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394095'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C1E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C1E'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394095'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394204> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014DBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394204'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014DBB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014DBB'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394204'^^xsd:string;
  dwc:observationDate '1977-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391985'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF41'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391985'^^xsd:string;
  dwc:observationDate '1977-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392283> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392283'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010756'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010756'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392283'^^xsd:string;
  dwc:observationDate '1978-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.735414"^^xsd:decimal ;
  dwc:decimalLongitude "-4.175922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.735414 -4.175922)"^^geo:wktLiteral ;
  geo-pos:lat "54.735414"^^xsd:decimal ;
  geo-pos:long "-4.175922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392990'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B04'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.175922'^^xsd:double;
  dwc:latitude '54.735414'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B04'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392990'^^xsd:string;
  dwc:observationDate '1979-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C9A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394132'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C9A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C9A'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394132'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398572> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398572'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CC4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CC4'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398572'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391098'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032412'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032412'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391098'^^xsd:string;
  dwc:observationDate '1979-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390764> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321A6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390764'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321A6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321A6'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390764'^^xsd:string;
  dwc:observationDate '1977-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394175> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394175'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D46'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394175'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390631> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003202A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390631'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003202A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003202A'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390631'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392546> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.097729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.601246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.097729 -4.601246)"^^geo:wktLiteral ;
  geo-pos:lat "54.097729"^^xsd:decimal ;
  geo-pos:long "-4.601246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392546'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010816'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.601246'^^xsd:double;
  dwc:latitude '54.097729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010816'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392546'^^xsd:string;
  dwc:observationDate '1978-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394106> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394106'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C39'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C39'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394106'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390337> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390337'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030804'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030804'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390337'^^xsd:string;
  dwc:observationDate '1978-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391522> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCED" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391522'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCED'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCED'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391522'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391483> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC7A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391483'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC7A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC7A'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391483'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391231> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391231'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032547'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032547'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391231'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.158586"^^xsd:decimal ;
  dwc:decimalLongitude "-4.899952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.158586 -4.899952)"^^geo:wktLiteral ;
  geo-pos:lat "56.158586"^^xsd:decimal ;
  geo-pos:long "-4.899952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71392255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71392255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000FDC5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71392255'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000FDC5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.899952'^^xsd:double;
  dwc:latitude '56.158586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000FDC5'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71392255'^^xsd:string;
  dwc:observationDate '1978-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001439A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393578'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001439A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001439A'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393578'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392965> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392965'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AE0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392965'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394174'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D41'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D41'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394174'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394182> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394182'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D5C'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394182'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393571> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393571'^^xsd:integer;
  dwc:scientificName 'Hydractinia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143A2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143A2'^^xsd:string;
  dwc:aphiaid '117117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393571'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '117117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393452> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BDD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393452'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BDD'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BDD'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393452'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391802> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD8F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391802'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD8F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD8F'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391802'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390512'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F3B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F3B'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390512'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393919> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.212823"^^xsd:decimal ;
  dwc:decimalLongitude "-5.810592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.212823 -5.810592)"^^geo:wktLiteral ;
  geo-pos:lat "57.212823"^^xsd:decimal ;
  geo-pos:long "-5.810592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001478A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393919'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001478A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.810592'^^xsd:double;
  dwc:latitude '57.212823'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001478A'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393919'^^xsd:string;
  dwc:observationDate '1979-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393549> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393549'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014389'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014389'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393549'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399165> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399165'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D0'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399165'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391450'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC08'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC08'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391450'^^xsd:string;
  dwc:observationDate '1977-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399198> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002858F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399198'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002858F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002858F'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399198'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.376557"^^xsd:decimal ;
  dwc:decimalLongitude "-5.692315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.376557 -5.692315)"^^geo:wktLiteral ;
  geo-pos:lat "54.376557"^^xsd:decimal ;
  geo-pos:long "-5.692315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393255'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CA2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.692315'^^xsd:double;
  dwc:latitude '54.376557'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CA2'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393255'^^xsd:string;
  dwc:observationDate '1980-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000EC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398832'^^xsd:integer;
  dwc:scientificName 'Suberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000EC0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000EC0'^^xsd:string;
  dwc:aphiaid '132072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398832'^^xsd:string;
  dwc:observationDate '1981-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '132072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390607> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390607'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032012'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032012'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390607'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000320F6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390689'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000320F6'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000320F6'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390689'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.709546 -1.859738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.709546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.859738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.709546 -1.859738)"^^geo:wktLiteral ;
  geo-pos:lat "50.709546"^^xsd:decimal ;
  geo-pos:long "-1.859738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392012'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C025'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.859738'^^xsd:double;
  dwc:latitude '50.709546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C025'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392012'^^xsd:string;
  dwc:observationDate '1977-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391493> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.133215"^^xsd:decimal ;
  dwc:decimalLongitude "-9.345402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.133215 -9.345402)"^^geo:wktLiteral ;
  geo-pos:lat "53.133215"^^xsd:decimal ;
  geo-pos:long "-9.345402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391493'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCA8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.345402'^^xsd:double;
  dwc:latitude '53.133215'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCA8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391493'^^xsd:string;
  dwc:observationDate '1977-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391769> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391769'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEE1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEE1'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391769'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398999> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528998"^^xsd:decimal ;
  dwc:decimalLongitude "-2.42461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528998 -2.42461)"^^geo:wktLiteral ;
  geo-pos:lat "50.528998"^^xsd:decimal ;
  geo-pos:long "-2.42461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398999'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F92'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.42461'^^xsd:double;
  dwc:latitude '50.528998'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F92'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398999'^^xsd:string;
  dwc:observationDate '1977-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.235491"^^xsd:decimal ;
  dwc:decimalLongitude "-4.385146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.235491 -4.385146)"^^geo:wktLiteral ;
  geo-pos:lat "50.235491"^^xsd:decimal ;
  geo-pos:long "-4.385146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323C2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390992'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323C2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.385146'^^xsd:double;
  dwc:latitude '50.235491'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323C2'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390992'^^xsd:string;
  dwc:observationDate '1979-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394108> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C6B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394108'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C6B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C6B'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394108'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391031> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323D8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391031'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323D8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323D8'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391031'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391971> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71391971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71391971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71391971'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF0E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF0E'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71391971'^^xsd:string;
  dwc:observationDate '1977-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390294'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC9C'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390294'^^xsd:string;
  dwc:observationDate '1977-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393008> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393008'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B30'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B30'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393008'^^xsd:string;
  dwc:observationDate '1980-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390482'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F29'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F29'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390482'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391187> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391187'^^xsd:integer;
  dwc:scientificName 'Plumaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325AB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325AB'^^xsd:string;
  dwc:aphiaid '143852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391187'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '143852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391199> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391199'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325C9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325C9'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391199'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390634'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032029'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032029'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390634'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398593> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000D6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398593'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000D6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000D6E'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398593'^^xsd:string;
  dwc:observationDate '1978-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394067> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.576336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.812363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.576336 -9.812363)"^^geo:wktLiteral ;
  geo-pos:lat "53.576336"^^xsd:decimal ;
  geo-pos:long "-9.812363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394067'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B73'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.812363'^^xsd:double;
  dwc:latitude '53.576336'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B73'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394067'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391167> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000324E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391167'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000324E4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000324E4'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391167'^^xsd:string;
  dwc:observationDate '1978-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391671'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA8'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391671'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393760> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.890489"^^xsd:decimal ;
  dwc:decimalLongitude "-5.275988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.890489 -5.275988)"^^geo:wktLiteral ;
  geo-pos:lat "54.890489"^^xsd:decimal ;
  geo-pos:long "-5.275988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393760'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014583'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.275988'^^xsd:double;
  dwc:latitude '54.890489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014583'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393760'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.944267"^^xsd:decimal ;
  dwc:decimalLongitude "-5.380754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.944267 -5.380754)"^^geo:wktLiteral ;
  geo-pos:lat "57.944267"^^xsd:decimal ;
  geo-pos:long "-5.380754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000147B5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393952'^^xsd:integer;
  dwc:scientificName 'Krohnia lepidota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000147B5'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.380754'^^xsd:double;
  dwc:latitude '57.944267'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000147B5'^^xsd:string;
  dwc:aphiaid '129752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393952'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '129752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.837356"^^xsd:decimal ;
  dwc:decimalLongitude "-4.673743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.837356 -4.673743)"^^geo:wktLiteral ;
  geo-pos:lat "52.837356"^^xsd:decimal ;
  geo-pos:long "-4.673743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001297F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392792'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001297F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001297F'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392792'^^xsd:string;
  dwc:observationDate '1977-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2FC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392226'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2FC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2FC'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392226'^^xsd:string;
  dwc:observationDate '1980-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393206> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.112701"^^xsd:decimal ;
  dwc:decimalLongitude "-6.012877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.112701 -6.012877)"^^geo:wktLiteral ;
  geo-pos:lat "54.112701"^^xsd:decimal ;
  geo-pos:long "-6.012877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71393206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71393206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C6E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71393206'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C6E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.012877'^^xsd:double;
  dwc:latitude '54.112701'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C6E'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71393206'^^xsd:string;
  dwc:observationDate '1980-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391207> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391207'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B4'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391207'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398952> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000F4D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398952'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000F4D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000F4D'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398952'^^xsd:string;
  dwc:observationDate '1980-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390570> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FCB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390570'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FCB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FCB'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390570'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391689> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEBC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391689'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEBC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEBC'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391689'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.40345"^^xsd:decimal ;
  dwc:decimalLongitude "-2.395389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.40345 -2.395389)"^^geo:wktLiteral ;
  geo-pos:lat "49.40345"^^xsd:decimal ;
  geo-pos:long "-2.395389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392823'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129DA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.395389'^^xsd:double;
  dwc:latitude '49.40345'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129DA'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392823'^^xsd:string;
  dwc:observationDate '1977-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390289> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7963%3A71390289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7963:71390289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BDC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7963'^^xsd:integer;
  dwc:catalogNumber '71390289'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BDC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BDC8'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7963:71390289'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400143> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400143'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A1'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400143'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393105> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BCE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393105'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BCE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BCE'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393105'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392468> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392468'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107D7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107D7'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392468'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398559> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398559'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CBB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CBB'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398559'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399045> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000103C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399045'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000103C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000103C'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399045'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398539> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000C23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398539'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000C23'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000C23'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398539'^^xsd:string;
  dwc:observationDate '1977-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391060> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000323FF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391060'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000323FF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000323FF'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391060'^^xsd:string;
  dwc:observationDate '1979-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BC47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391469'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BC47'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BC47'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391469'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398618> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DF1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398618'^^xsd:integer;
  dwc:scientificName 'Halichondrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DF1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DF1'^^xsd:string;
  dwc:aphiaid '131596'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398618'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '607950'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391160> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325A0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391160'^^xsd:integer;
  dwc:scientificName 'Pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325A0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325A0'^^xsd:string;
  dwc:aphiaid '106854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391160'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '106854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393292> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.611149"^^xsd:decimal ;
  dwc:decimalLongitude "-0.588036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.611149 -0.588036)"^^geo:wktLiteral ;
  geo-pos:lat "50.611149"^^xsd:decimal ;
  geo-pos:long "-0.588036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71393292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71393292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012CCA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71393292'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012CCA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.588036'^^xsd:double;
  dwc:latitude '50.611149'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012CCA'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71393292'^^xsd:string;
  dwc:observationDate '1979-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393447> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.068856"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.068856 -4.893206)"^^geo:wktLiteral ;
  geo-pos:lat "56.068856"^^xsd:decimal ;
  geo-pos:long "-4.893206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BE0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393447'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BE0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893206'^^xsd:double;
  dwc:latitude '56.068856'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BE0'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393447'^^xsd:string;
  dwc:observationDate '1979-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031DF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390425'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031DF9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031DF9'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390425'^^xsd:string;
  dwc:observationDate '1978-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390777> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003238B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390777'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003238B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003238B'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390777'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003234C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390874'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003234C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003234C'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390874'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394192> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394192'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D74'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D74'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394192'^^xsd:string;
  dwc:observationDate '1977-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394294> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2261"^^xsd:decimal ;
  dwc:decimalLongitude "-4.805322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2261 -4.805322)"^^geo:wktLiteral ;
  geo-pos:lat "50.2261"^^xsd:decimal ;
  geo-pos:long "-4.805322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014EEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394294'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014EEE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.805322'^^xsd:double;
  dwc:latitude '50.2261'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014EEE'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394294'^^xsd:string;
  dwc:observationDate '1977-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391084> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003240E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391084'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003240E'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003240E'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391084'^^xsd:string;
  dwc:observationDate '1979-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390396> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390396'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030790'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030790'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390396'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391661> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391661'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEA2'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEA2'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391661'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143B9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393597'^^xsd:integer;
  dwc:scientificName 'Chordaria flagelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143B9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143B9'^^xsd:string;
  dwc:aphiaid '144910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393597'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '144910'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393149> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.879881"^^xsd:decimal ;
  dwc:decimalLongitude "-3.389381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.879881 -3.389381)"^^geo:wktLiteral ;
  geo-pos:lat "58.879881"^^xsd:decimal ;
  geo-pos:long "-3.389381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393149'^^xsd:integer;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C00'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.389381'^^xsd:double;
  dwc:latitude '58.879881'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C00'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393149'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390641> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390641'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032354'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032354'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390641'^^xsd:string;
  dwc:observationDate '1977-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390785> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003238A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390785'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003238A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003238A'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390785'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391623> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.126206"^^xsd:decimal ;
  dwc:decimalLongitude "-10.483136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.126206 -10.483136)"^^geo:wktLiteral ;
  geo-pos:lat "52.126206"^^xsd:decimal ;
  geo-pos:long "-10.483136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391623'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD4F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.483136'^^xsd:double;
  dwc:latitude '52.126206'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD4F'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391623'^^xsd:string;
  dwc:observationDate '1979-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392895> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.101087"^^xsd:decimal ;
  dwc:decimalLongitude "-2.644605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.101087 -2.644605)"^^geo:wktLiteral ;
  geo-pos:lat "56.101087"^^xsd:decimal ;
  geo-pos:long "-2.644605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392895'^^xsd:integer;
  dwc:scientificName 'Cyanea capillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AA9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.644605'^^xsd:double;
  dwc:latitude '56.101087'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AA9'^^xsd:string;
  dwc:aphiaid '135301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392895'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '135301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392966> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.639663"^^xsd:decimal ;
  dwc:decimalLongitude "-4.480761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.639663 -4.480761)"^^geo:wktLiteral ;
  geo-pos:lat "54.639663"^^xsd:decimal ;
  geo-pos:long "-4.480761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7964%3A71392966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7964:71392966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7964'^^xsd:integer;
  dwc:catalogNumber '71392966'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.480761'^^xsd:double;
  dwc:latitude '54.639663'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AD8'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7964:71392966'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398626> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E0D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398626'^^xsd:integer;
  dwc:scientificName 'Crisia denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E0D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E0D'^^xsd:string;
  dwc:aphiaid '111695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398626'^^xsd:string;
  dwc:observationDate '1978-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '111695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399254> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002859B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399254'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002859B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002859B'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399254'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.121439"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.121439 -5.35887)"^^geo:wktLiteral ;
  geo-pos:lat "50.121439"^^xsd:decimal ;
  geo-pos:long "-5.35887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C6AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392152'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C6AF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.35887'^^xsd:double;
  dwc:latitude '50.121439'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C6AF'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392152'^^xsd:string;
  dwc:observationDate '1980-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399116> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399116'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010A9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010A9'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399116'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391525> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.218982"^^xsd:decimal ;
  dwc:decimalLongitude "-10.34196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.218982 -10.34196)"^^geo:wktLiteral ;
  geo-pos:lat "52.218982"^^xsd:decimal ;
  geo-pos:long "-10.34196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCEA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391525'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCEA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.34196'^^xsd:double;
  dwc:latitude '52.218982'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCEA'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391525'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391370> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.049489"^^xsd:decimal ;
  dwc:decimalLongitude "-9.749944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.049489 -9.749944)"^^geo:wktLiteral ;
  geo-pos:lat "52.049489"^^xsd:decimal ;
  geo-pos:long "-9.749944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7966%3A71391370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7966:71391370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7966'^^xsd:integer;
  dwc:catalogNumber '71391370'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.749944'^^xsd:double;
  dwc:latitude '52.049489'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB12'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7966:71391370'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391709> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391709'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEBB'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEBB'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391709'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394044> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.678245"^^xsd:decimal ;
  dwc:decimalLongitude "-9.774966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.678245 -9.774966)"^^geo:wktLiteral ;
  geo-pos:lat "52.678245"^^xsd:decimal ;
  geo-pos:long "-9.774966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7981%3A71394044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7981:71394044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014B59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7981'^^xsd:integer;
  dwc:catalogNumber '71394044'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014B59'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-9.774966'^^xsd:double;
  dwc:latitude '52.678245'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014B59'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7981:71394044'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390883'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032313'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032313'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390883'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393512> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393512'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014363'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014363'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393512'^^xsd:string;
  dwc:observationDate '1978-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BDA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393126'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BDA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BDA'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393126'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393628> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000143EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393628'^^xsd:integer;
  dwc:scientificName 'Delesseria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000143EC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000143EC'^^xsd:string;
  dwc:aphiaid '143883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393628'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '143883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107DF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392523'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107DF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107DF'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392523'^^xsd:string;
  dwc:observationDate '1978-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391776> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.949598"^^xsd:decimal ;
  dwc:decimalLongitude "-10.327896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.949598 -10.327896)"^^geo:wktLiteral ;
  geo-pos:lat "51.949598"^^xsd:decimal ;
  geo-pos:long "-10.327896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEF0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391776'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEF0'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.327896'^^xsd:double;
  dwc:latitude '51.949598'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEF0'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391776'^^xsd:string;
  dwc:observationDate '1979-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392746> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.196527"^^xsd:decimal ;
  dwc:decimalLongitude "-4.696056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.196527 -4.696056)"^^geo:wktLiteral ;
  geo-pos:lat "53.196527"^^xsd:decimal ;
  geo-pos:long "-4.696056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001287F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392746'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001287F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.696056'^^xsd:double;
  dwc:latitude '53.196527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001287F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392746'^^xsd:string;
  dwc:observationDate '1980-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394111> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394111'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C71'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C71'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394111'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398703'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E5C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E5C'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398703'^^xsd:string;
  dwc:observationDate '1979-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392765> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000128CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392765'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000128CF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000128CF'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392765'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399174> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002857B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399174'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002857B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002857B'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399174'^^xsd:string;
  dwc:observationDate '1979-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393107> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012BD8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393107'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012BD8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012BD8'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393107'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392110> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392110'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C655'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C655'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392110'^^xsd:string;
  dwc:observationDate '1979-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391988> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.888708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.888708 -1.574865)"^^geo:wktLiteral ;
  geo-pos:lat "50.888708"^^xsd:decimal ;
  geo-pos:long "-1.574865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71391988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71391988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BF55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71391988'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BF55'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.574865'^^xsd:double;
  dwc:latitude '50.888708'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BF55'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71391988'^^xsd:string;
  dwc:observationDate '1977-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399132> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.429515"^^xsd:decimal ;
  dwc:decimalLongitude "-3.550061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.429515 -3.550061)"^^geo:wktLiteral ;
  geo-pos:lat "50.429515"^^xsd:decimal ;
  geo-pos:long "-3.550061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71399132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71399132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010BC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71399132'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010BC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.550061'^^xsd:double;
  dwc:latitude '50.429515'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010BC'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71399132'^^xsd:string;
  dwc:observationDate '1979-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393574'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014393'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014393'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393574'^^xsd:string;
  dwc:observationDate '1978-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.20584"^^xsd:decimal ;
  dwc:decimalLongitude "-4.247372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.20584 -4.247372)"^^geo:wktLiteral ;
  geo-pos:lat "53.20584"^^xsd:decimal ;
  geo-pos:long "-4.247372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100030757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390402'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100030757'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100030757'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390402'^^xsd:string;
  dwc:observationDate '1977-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.660947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.660947 -5.85753)"^^geo:wktLiteral ;
  geo-pos:lat "57.660947"^^xsd:decimal ;
  geo-pos:long "-5.85753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000146FE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393828'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000146FE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.85753'^^xsd:double;
  dwc:latitude '57.660947'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000146FE'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393828'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393344> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.511565"^^xsd:decimal ;
  dwc:decimalLongitude "-4.061446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.511565 -4.061446)"^^geo:wktLiteral ;
  geo-pos:lat "58.511565"^^xsd:decimal ;
  geo-pos:long "-4.061446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7979%3A71393344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7979:71393344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D0B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7979'^^xsd:integer;
  dwc:catalogNumber '71393344'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D0B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.061446'^^xsd:double;
  dwc:latitude '58.511565'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D0B'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7979:71393344'^^xsd:string;
  dwc:observationDate '1979-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391145'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032422'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032422'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391145'^^xsd:string;
  dwc:observationDate '1979-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390822> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390822'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032276'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032276'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390822'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEB3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391670'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEB3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEB3'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391670'^^xsd:string;
  dwc:observationDate '1979-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393380> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.796064"^^xsd:decimal ;
  dwc:decimalLongitude "-3.852207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.796064 -3.852207)"^^geo:wktLiteral ;
  geo-pos:lat "57.796064"^^xsd:decimal ;
  geo-pos:long "-3.852207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71393380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71393380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012D28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71393380'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012D28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.852207'^^xsd:double;
  dwc:latitude '57.796064'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012D28'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71393380'^^xsd:string;
  dwc:observationDate '1980-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.157871"^^xsd:decimal ;
  dwc:decimalLongitude "-3.681255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.157871 -3.681255)"^^geo:wktLiteral ;
  geo-pos:lat "50.157871"^^xsd:decimal ;
  geo-pos:long "-3.681255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000E3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398670'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000E3D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.681255'^^xsd:double;
  dwc:latitude '50.157871'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000E3D'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398670'^^xsd:string;
  dwc:observationDate '1979-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399053> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529774"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529774 -2.001357)"^^geo:wktLiteral ;
  geo-pos:lat "50.529774"^^xsd:decimal ;
  geo-pos:long "-2.001357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399053'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001048'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001357'^^xsd:double;
  dwc:latitude '50.529774'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001048'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399053'^^xsd:string;
  dwc:observationDate '1979-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390457> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390457'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E12'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390457'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392006> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392006'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFD1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFD1'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392006'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390210> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.619702"^^xsd:decimal ;
  dwc:decimalLongitude "-2.00136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.619702 -2.00136)"^^geo:wktLiteral ;
  geo-pos:lat "50.619702"^^xsd:decimal ;
  geo-pos:long "-2.00136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71390210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71390210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BB97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71390210'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BB97'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.00136'^^xsd:double;
  dwc:latitude '50.619702'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BB97'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71390210'^^xsd:string;
  dwc:observationDate '1979-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390480'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F28'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F28'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390480'^^xsd:string;
  dwc:observationDate '1981-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390515> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031F46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390515'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031F46'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031F46'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390515'^^xsd:string;
  dwc:observationDate '1981-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393521> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393521'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014374'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014374'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393521'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392003> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.787158"^^xsd:decimal ;
  dwc:decimalLongitude "-0.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.787158 -0.299)"^^geo:wktLiteral ;
  geo-pos:lat "50.787158"^^xsd:decimal ;
  geo-pos:long "-0.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7970%3A71392003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7970:71392003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BFD9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7970'^^xsd:integer;
  dwc:catalogNumber '71392003'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BFD9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.299'^^xsd:double;
  dwc:latitude '50.787158'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BFD9'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7970:71392003'^^xsd:string;
  dwc:observationDate '1977-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399157> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.706546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.706546 -1.15166)"^^geo:wktLiteral ;
  geo-pos:lat "50.706546"^^xsd:decimal ;
  geo-pos:long "-1.15166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7958%3A71399157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7958:71399157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000010D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7958'^^xsd:integer;
  dwc:catalogNumber '71399157'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000010D7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.15166'^^xsd:double;
  dwc:latitude '50.706546'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000010D7'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7958:71399157'^^xsd:string;
  dwc:observationDate '1979-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399251> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002859D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399251'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002859D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002859D'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399251'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392921> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.821056"^^xsd:decimal ;
  dwc:decimalLongitude "-2.329268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.821056 -2.329268)"^^geo:wktLiteral ;
  geo-pos:lat "56.821056"^^xsd:decimal ;
  geo-pos:long "-2.329268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012AB9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392921'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012AB9'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.329268'^^xsd:double;
  dwc:latitude '56.821056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012AB9'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392921'^^xsd:string;
  dwc:observationDate '1979-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391190> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391190'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325E8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325E8'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391190'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391211> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.153481"^^xsd:decimal ;
  dwc:decimalLongitude "-3.961079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.153481 -3.961079)"^^geo:wktLiteral ;
  geo-pos:lat "50.153481"^^xsd:decimal ;
  geo-pos:long "-3.961079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325B8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391211'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325B8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.961079'^^xsd:double;
  dwc:latitude '50.153481'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325B8'^^xsd:string;
  dwc:aphiaid '105729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391211'^^xsd:string;
  dwc:observationDate '1978-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '105729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400152> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71400152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71400152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000285A3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71400152'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000285A3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000285A3'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71400152'^^xsd:string;
  dwc:observationDate '1979-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390609> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.328148"^^xsd:decimal ;
  dwc:decimalLongitude "-4.249274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.328148 -4.249274)"^^geo:wktLiteral ;
  geo-pos:lat "50.328148"^^xsd:decimal ;
  geo-pos:long "-4.249274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390609'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032358'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.249274'^^xsd:double;
  dwc:latitude '50.328148'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032358'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390609'^^xsd:string;
  dwc:observationDate '1981-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392050> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.818833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.572565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.818833 -8.572565)"^^geo:wktLiteral ;
  geo-pos:lat "57.818833"^^xsd:decimal ;
  geo-pos:long "-8.572565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C58C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392050'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C58C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-8.572565'^^xsd:double;
  dwc:latitude '57.818833'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C58C'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392050'^^xsd:string;
  dwc:observationDate '1977-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396312> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396312'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F774'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F774'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396312'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396352> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396352'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F795'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F795'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396352'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394471> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EC5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394471'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EC5C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EC5C'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394471'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396046> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396046'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F648'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F648'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396046'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394415> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394415'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E63'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E63'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394415'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390126> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.704141"^^xsd:decimal ;
  dwc:decimalLongitude "-0.868477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.704141 -0.868477)"^^geo:wktLiteral ;
  geo-pos:lat "50.704141"^^xsd:decimal ;
  geo-pos:long "-0.868477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390126'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028545'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.868477'^^xsd:double;
  dwc:latitude '50.704141'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028545'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390126'^^xsd:string;
  dwc:observationDate '1979-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397749> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000029E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397749'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000029E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000029E'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397749'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397815> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000035E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397815'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000035E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000035E'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397815'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394670> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394670'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED39'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED39'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394670'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396449> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396449'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7E0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7E0'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396449'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395171> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395171'^^xsd:integer;
  dwc:scientificName 'Janua pagenstecheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD50'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD50'^^xsd:string;
  dwc:aphiaid '210060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395171'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '884193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396056> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396056'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F639'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F639'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396056'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396450> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396450'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F4'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F4'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396450'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396523> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396523'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F7'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F7'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396523'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395848> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395848'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020022'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020022'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395848'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398004> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398004'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006BD'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006BD'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398004'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396228> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F70C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396228'^^xsd:integer;
  dwc:scientificName 'Gastroclonium ovatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F70C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F70C'^^xsd:string;
  dwc:aphiaid '145810'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396228'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145810'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395040> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395040'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCF9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCF9'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395040'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397642> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397642'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000275'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000275'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397642'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395399> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395399'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE70'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE70'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395399'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396021> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F61F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396021'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F61F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F61F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396021'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F1F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394703'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F1F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F1F'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394703'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398017> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398017'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006AF'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006AF'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398017'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394883'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A888'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A888'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394883'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FDE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399715'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FDE'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FDE'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399715'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399635> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399635'^^xsd:integer;
  dwc:scientificName 'Venerupis senegalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F60'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F60'^^xsd:string;
  dwc:aphiaid '146955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399635'^^xsd:string;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394341> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400027839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394341'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400027839'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400027839'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394341'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394608'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED41'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED41'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394608'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392028> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.022916"^^xsd:decimal ;
  dwc:decimalLongitude "-6.017161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.022916 -6.017161)"^^geo:wktLiteral ;
  geo-pos:lat "54.022916"^^xsd:decimal ;
  geo-pos:long "-6.017161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71392028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71392028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71392028'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C089'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-6.017161'^^xsd:double;
  dwc:latitude '54.022916'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C089'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71392028'^^xsd:string;
  dwc:observationDate '1977-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395616> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395616'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA60'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA60'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395616'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394426'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E31'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E31'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394426'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396530> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396530'^^xsd:integer;
  dwc:scientificName 'Osilinus lineatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7F5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7F5'^^xsd:string;
  dwc:aphiaid '141827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396530'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '689176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396179> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6E5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396179'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6E5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6E5'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396179'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396284> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F72E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396284'^^xsd:integer;
  dwc:scientificName 'Tectura virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F72E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F72E'^^xsd:string;
  dwc:aphiaid '153552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396284'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391193> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000325DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391193'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000325DA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000325DA'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391193'^^xsd:string;
  dwc:observationDate '1978-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397990> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397990'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000658'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000658'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397990'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393020> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B34" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393020'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B34'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B34'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393020'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397998'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000688'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000688'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397998'^^xsd:string;
  dwc:observationDate '1977-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396684> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396684'^^xsd:integer;
  dwc:scientificName 'Ochrolechia parella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205B3'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205B3'^^xsd:string;
  dwc:aphiaid '147735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396684'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '147735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398614> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15576"^^xsd:decimal ;
  dwc:decimalLongitude "-3.821176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15576 -3.821176)"^^geo:wktLiteral ;
  geo-pos:lat "50.15576"^^xsd:decimal ;
  geo-pos:long "-3.821176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000DBA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398614'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000DBA'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.821176'^^xsd:double;
  dwc:latitude '50.15576'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000DBA'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398614'^^xsd:string;
  dwc:observationDate '1978-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391385> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391385'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB72'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB72'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391385'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392342> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001077F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392342'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001077F'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001077F'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392342'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396556> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396556'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A8'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A8'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396556'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391442> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391442'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBDB'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBDB'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391442'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396920> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396920'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020782'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020782'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396920'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396665> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAEE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396665'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAEE'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAEE'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396665'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396597> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9BD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396597'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9BD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9BD'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396597'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399027> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399027'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001014'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001014'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399027'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395124> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395124'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A937'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A937'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395124'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395082> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395082'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8FD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8FD'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395082'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396984> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396984'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C5'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C5'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396984'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.112755"^^xsd:decimal ;
  dwc:decimalLongitude "-6.130842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.112755 -6.130842)"^^geo:wktLiteral ;
  geo-pos:lat "57.112755"^^xsd:decimal ;
  geo-pos:long "-6.130842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7980%3A71393864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7980:71393864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7980'^^xsd:integer;
  dwc:catalogNumber '71393864'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014746'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.130842'^^xsd:double;
  dwc:latitude '57.112755'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014746'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7980:71393864'^^xsd:string;
  dwc:observationDate '1977-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397983> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.909666"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.909666 -6.31938)"^^geo:wktLiteral ;
  geo-pos:lat "49.909666"^^xsd:decimal ;
  geo-pos:long "-6.31938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000062B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397983'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000062B'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.31938'^^xsd:double;
  dwc:latitude '49.909666'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000062B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397983'^^xsd:string;
  dwc:observationDate '1977-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006F3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398022'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006F3'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006F3'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398022'^^xsd:string;
  dwc:observationDate '1977-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396133> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396133'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A2'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A2'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396133'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393043> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393043'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B3E'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B3E'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393043'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392491> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107DA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392491'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107DA'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107DA'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392491'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394891> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A89F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394891'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A89F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A89F'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394891'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396146> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6A8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396146'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6A8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6A8'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396146'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394978> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8E9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394978'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8E9'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8E9'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394978'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395490> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395490'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA31'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA31'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395490'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394586> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EDF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394586'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EDF'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EDF'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394586'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399518> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.743379"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.743379 -2.001566)"^^geo:wktLiteral ;
  geo-pos:lat "55.743379"^^xsd:decimal ;
  geo-pos:long "-2.001566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003EC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399518'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003EC8'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001566'^^xsd:double;
  dwc:latitude '55.743379'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003EC8'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399518'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391387> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391387'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB40'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB40'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391387'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397832> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397832'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000355'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000355'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397832'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398019> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71398019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71398019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000006B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71398019'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000006B1'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000006B1'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71398019'^^xsd:string;
  dwc:observationDate '1977-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394411> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E5D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394411'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E5D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E5D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394411'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396327> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F75B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396327'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F75B'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F75B'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396327'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394724> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F0C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394724'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F0C'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F0C'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394724'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391238> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003254F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391238'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003254F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003254F'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391238'^^xsd:string;
  dwc:observationDate '1978-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393030> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393030'^^xsd:integer;
  dwc:scientificName 'Elysia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B50'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B50'^^xsd:string;
  dwc:aphiaid '139686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393030'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '139686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396767> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002061E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396767'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002061E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002061E'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396767'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EBD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394332'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EBD1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EBD1'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394332'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397977> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.814733"^^xsd:decimal ;
  dwc:decimalLongitude "-6.449973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.814733 -6.449973)"^^geo:wktLiteral ;
  geo-pos:lat "49.814733"^^xsd:decimal ;
  geo-pos:long "-6.449973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7953%3A71397977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7953:71397977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000005FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7953'^^xsd:integer;
  dwc:catalogNumber '71397977'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'RG Ackers'^^xsd:string;
  dwc:collectorNumber '120348'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000005FD'^^xsd:string;
  dwc:collector 'RG Ackers'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.449973'^^xsd:double;
  dwc:latitude '49.814733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000005FD'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7953:71397977'^^xsd:string;
  dwc:observationDate '1977-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000038B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397831'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000038B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000038B'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397831'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392601> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126B2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392601'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126B2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126B2'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392601'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394926> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC3B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394926'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC3B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC3B'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394926'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396998'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A1'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A1'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396998'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394671> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001ED40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394671'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001ED40'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001ED40'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394671'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397591> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.004556"^^xsd:decimal ;
  dwc:decimalLongitude "-4.748048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.004556 -4.748048)"^^geo:wktLiteral ;
  geo-pos:lat "54.004556"^^xsd:decimal ;
  geo-pos:long "-4.748048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000015B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397591'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000015B'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.748048'^^xsd:double;
  dwc:latitude '54.004556'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000015B'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397591'^^xsd:string;
  dwc:observationDate '1977-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395365> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395365'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A988'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A988'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395365'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395329> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9A2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395329'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9A2'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9A2'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395329'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393526> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.706101"^^xsd:decimal ;
  dwc:decimalLongitude "-5.025526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.706101 -5.025526)"^^geo:wktLiteral ;
  geo-pos:lat "55.706101"^^xsd:decimal ;
  geo-pos:long "-5.025526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393526'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014376'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.025526'^^xsd:double;
  dwc:latitude '55.706101'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014376'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393526'^^xsd:string;
  dwc:observationDate '1979-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392090> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.248328"^^xsd:decimal ;
  dwc:decimalLongitude "-7.307682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.248328 -7.307682)"^^geo:wktLiteral ;
  geo-pos:lat "57.248328"^^xsd:decimal ;
  geo-pos:long "-7.307682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000C60A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392090'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000C60A'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-7.307682'^^xsd:double;
  dwc:latitude '57.248328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000C60A'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392090'^^xsd:string;
  dwc:observationDate '1979-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390589> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.505052"^^xsd:decimal ;
  dwc:decimalLongitude "-4.398707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.505052 -4.398707)"^^geo:wktLiteral ;
  geo-pos:lat "50.505052"^^xsd:decimal ;
  geo-pos:long "-4.398707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FEC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390589'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FEC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.398707'^^xsd:double;
  dwc:latitude '50.505052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FEC'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390589'^^xsd:string;
  dwc:observationDate '1981-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390438> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.145634"^^xsd:decimal ;
  dwc:decimalLongitude "-4.380672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.145634 -4.380672)"^^geo:wktLiteral ;
  geo-pos:lat "50.145634"^^xsd:decimal ;
  geo-pos:long "-4.380672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031E06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390438'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031E06'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.380672'^^xsd:double;
  dwc:latitude '50.145634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031E06'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390438'^^xsd:string;
  dwc:observationDate '1982-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390257> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.831131"^^xsd:decimal ;
  dwc:decimalLongitude "-5.339508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.831131 -5.339508)"^^geo:wktLiteral ;
  geo-pos:lat "51.831131"^^xsd:decimal ;
  geo-pos:long "-5.339508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7962%3A71390257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7962:71390257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002BC12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7962'^^xsd:integer;
  dwc:catalogNumber '71390257'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002BC12'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.339508'^^xsd:double;
  dwc:latitude '51.831131'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002BC12'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7962:71390257'^^xsd:string;
  dwc:observationDate '1977-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396811> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396811'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020647'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020647'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396811'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391401> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.571664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.073427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.571664 -1.073427)"^^geo:wktLiteral ;
  geo-pos:lat "54.571664"^^xsd:decimal ;
  geo-pos:long "-1.073427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391401'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB64'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.073427'^^xsd:double;
  dwc:latitude '54.571664'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB64'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391401'^^xsd:string;
  dwc:observationDate '1977-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396992> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396992'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207AF'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207AF'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396992'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395074> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD0E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395074'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD0E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD0E'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395074'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397026> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397026'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D7'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D7'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397026'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396229> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F70D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396229'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F70D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F70D'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396229'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392613> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.744136"^^xsd:decimal ;
  dwc:decimalLongitude "-4.816204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.744136 -4.816204)"^^geo:wktLiteral ;
  geo-pos:lat "52.744136"^^xsd:decimal ;
  geo-pos:long "-4.816204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392613'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012774'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.816204'^^xsd:double;
  dwc:latitude '52.744136'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012774'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392613'^^xsd:string;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397531> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000000E4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397531'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000000E4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000000E4'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397531'^^xsd:string;
  dwc:observationDate '1977-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F61E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396015'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F61E'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F61E'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396015'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395128> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD6F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395128'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD6F'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD6F'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395128'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397022> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207D3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397022'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207D3'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207D3'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397022'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392464> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392464'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B1'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392464'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396980> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396980'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C1'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C1'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396980'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394745> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029F2D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394745'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029F2D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029F2D'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394745'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396987> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207AA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396987'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207AA'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207AA'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396987'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394358> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002785D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394358'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002785D'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002785D'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394358'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397762> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002C9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397762'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002C9'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002C9'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397762'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398469> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000AF9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398469'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000AF9'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000AF9'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398469'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.064989"^^xsd:decimal ;
  dwc:decimalLongitude "-5.053601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.064989 -5.053601)"^^geo:wktLiteral ;
  geo-pos:lat "56.064989"^^xsd:decimal ;
  geo-pos:long "-5.053601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400013BD3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393429'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400013BD3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.053601'^^xsd:double;
  dwc:latitude '56.064989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400013BD3'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393429'^^xsd:string;
  dwc:observationDate '1979-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395109> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A92F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395109'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A92F'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A92F'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395109'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394874> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A88C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394874'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A88C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A88C'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394874'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392480> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107C4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392480'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107C4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107C4'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392480'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396944> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396944'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020792'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020792'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396944'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398391> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.300909"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.300909 -6.20444)"^^geo:wktLiteral ;
  geo-pos:lat "56.300909"^^xsd:decimal ;
  geo-pos:long "-6.20444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398391'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A08'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.20444'^^xsd:double;
  dwc:latitude '56.300909'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A08'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398391'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393023> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.791843"^^xsd:decimal ;
  dwc:decimalLongitude "-3.21283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.791843 -3.21283)"^^geo:wktLiteral ;
  geo-pos:lat "58.791843"^^xsd:decimal ;
  geo-pos:long "-3.21283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393023'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B39'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.21283'^^xsd:double;
  dwc:latitude '58.791843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B39'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393023'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397750> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397750'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002A4'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002A4'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397750'^^xsd:string;
  dwc:observationDate '1977-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398395> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A1B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398395'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A1B'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A1B'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398395'^^xsd:string;
  dwc:observationDate '1977-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.42345 -2.372052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.42345"^^xsd:decimal ;
  dwc:decimalLongitude "-2.372052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.42345 -2.372052)"^^geo:wktLiteral ;
  geo-pos:lat "49.42345"^^xsd:decimal ;
  geo-pos:long "-2.372052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7976%3A71392828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7976:71392828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000129F5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7976'^^xsd:integer;
  dwc:catalogNumber '71392828'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000129F5'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-2.372052'^^xsd:double;
  dwc:latitude '49.42345'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000129F5'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7976:71392828'^^xsd:string;
  dwc:observationDate '1977-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002076E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396927'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002076E'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002076E'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396927'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395104> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395104'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A906'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A906'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395104'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395942> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000200A4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395942'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000200A4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000200A4'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395942'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394402> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E4F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394402'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E4F'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E4F'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394402'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396065> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396065'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F655'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F655'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396065'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392446> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400010798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392446'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400010798'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400010798'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392446'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394998> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394998'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCC9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCC9'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394998'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392441> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001077D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392441'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001077D'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001077D'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392441'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396854> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396854'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020671'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020671'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396854'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392852> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A3F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392852'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A3F'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A3F'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392852'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395596> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395596'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA23'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA23'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395596'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396936> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396936'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020778'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020778'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396936'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391382> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BB75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391382'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BB75'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BB75'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391382'^^xsd:string;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392598> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392598'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126B7'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126B7'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392598'^^xsd:string;
  dwc:observationDate '1979-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394916> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394916'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8B0'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8B0'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394916'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398478> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B3D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398478'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B3D'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B3D'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398478'^^xsd:string;
  dwc:observationDate '1977-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA7E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395691'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA7E'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA7E'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395691'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395216> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395216'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A958'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A958'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395216'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396679> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71396679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71396679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71396679'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAFE'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAFE'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71396679'^^xsd:string;
  dwc:observationDate '1991-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395913> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AB5B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395913'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AB5B'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AB5B'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395913'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395823> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395823'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020005'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020005'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395823'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391322> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BAC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391322'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BAC4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BAC4'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391322'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395696> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395696'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA9D'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA9D'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395696'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395375> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A99B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395375'^^xsd:integer;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A99B'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A99B'^^xsd:string;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395375'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390672> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.151034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.100964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.151034 -4.100964)"^^geo:wktLiteral ;
  geo-pos:lat "50.151034"^^xsd:decimal ;
  geo-pos:long "-4.100964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390672'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032111'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.100964'^^xsd:double;
  dwc:latitude '50.151034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032111'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390672'^^xsd:string;
  dwc:observationDate '1977-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394578> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394578'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC0'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC0'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394578'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395260'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A983'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A983'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395260'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394576> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EE2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394576'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EE2'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EE2'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394576'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394458> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394458'^^xsd:integer;
  dwc:scientificName 'Audouinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E64'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E64'^^xsd:string;
  dwc:aphiaid '143800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394458'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398497> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4884"^^xsd:decimal ;
  dwc:decimalLongitude "-5.102834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4884 -5.102834)"^^geo:wktLiteral ;
  geo-pos:lat "50.4884"^^xsd:decimal ;
  geo-pos:long "-5.102834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000B76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398497'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000B76'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.102834'^^xsd:double;
  dwc:latitude '50.4884'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000B76'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398497'^^xsd:string;
  dwc:observationDate '1977-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397513> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000009A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397513'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000009A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000009A'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397513'^^xsd:string;
  dwc:observationDate '1977-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394236> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014E0F" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394236'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014E0F'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014E0F'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394236'^^xsd:string;
  dwc:observationDate '1977-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394861> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001EDDB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394861'^^xsd:integer;
  dwc:scientificName 'Fucus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001EDDB'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001EDDB'^^xsd:string;
  dwc:aphiaid '144129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394861'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '144129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F7C1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396410'^^xsd:integer;
  dwc:scientificName 'Megalomma vesiculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F7C1'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F7C1'^^xsd:string;
  dwc:aphiaid '130929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396410'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '994123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.390508"^^xsd:decimal ;
  dwc:decimalLongitude "-6.214325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.390508 -6.214325)"^^geo:wktLiteral ;
  geo-pos:lat "56.390508"^^xsd:decimal ;
  geo-pos:long "-6.214325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398436'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A92'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.214325'^^xsd:double;
  dwc:latitude '56.390508'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A92'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398436'^^xsd:string;
  dwc:observationDate '1977-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398062> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.528398"^^xsd:decimal ;
  dwc:decimalLongitude "-2.565688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.528398 -2.565688)"^^geo:wktLiteral ;
  geo-pos:lat "50.528398"^^xsd:decimal ;
  geo-pos:long "-2.565688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008F1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398062'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Alan Restell'^^xsd:string;
  dwc:collectorNumber '120321'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008F1'^^xsd:string;
  dwc:collector 'Alan Restell'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.565688'^^xsd:double;
  dwc:latitude '50.528398'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008F1'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398062'^^xsd:string;
  dwc:observationDate '1977-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395634> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395634'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA74'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA74'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395634'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395643> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395643'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA59'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA59'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395643'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395477> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395477'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA41'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA41'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395477'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396602> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9AB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396602'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9AB'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9AB'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396602'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394552> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EC4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394552'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EC4'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EC4'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394552'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396562> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9B4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396562'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9B4'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9B4'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396562'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391410> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBAB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391410'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBAB'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBAB'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391410'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396226> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6CD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396226'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6CD'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6CD'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396226'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394381> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E2A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394381'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E2A'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E2A'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394381'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FDA9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395249'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FDA9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FDA9'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395249'^^xsd:string;
  dwc:observationDate '1992-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392429> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392429'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107AF'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107AF'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392429'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394403> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394403'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E51'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E51'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394403'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397667> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000001B7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397667'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000001B7'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000001B7'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397667'^^xsd:string;
  dwc:observationDate '1977-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394615> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EF8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394615'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EF8'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EF8'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394615'^^xsd:string;
  dwc:observationDate '1996-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397585> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000005A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397585'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000005A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000005A'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397585'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392608> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.833922"^^xsd:decimal ;
  dwc:decimalLongitude "-4.822013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.833922 -4.822013)"^^geo:wktLiteral ;
  geo-pos:lat "52.833922"^^xsd:decimal ;
  geo-pos:long "-4.822013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7974%3A71392608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7974:71392608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000126E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7974'^^xsd:integer;
  dwc:catalogNumber '71392608'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'D. Seear'^^xsd:string;
  dwc:collectorNumber '120326'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000126E0'^^xsd:string;
  dwc:collector 'D. Seear'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000126E0'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7974:71392608'^^xsd:string;
  dwc:observationDate '1979-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396567> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FE33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396567'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FE33'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FE33'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396567'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395537> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FEB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395537'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FEB5'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FEB5'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395537'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391883> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDE4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391883'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDE4'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDE4'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391883'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000009E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397574'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000009E'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000009E'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397574'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391662> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.856846"^^xsd:decimal ;
  dwc:decimalLongitude "-10.468274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.856846 -10.468274)"^^geo:wktLiteral ;
  geo-pos:lat "51.856846"^^xsd:decimal ;
  geo-pos:long "-10.468274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE9C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391662'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE9C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.468274'^^xsd:double;
  dwc:latitude '51.856846'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE9C'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391662'^^xsd:string;
  dwc:observationDate '1979-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392836> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A3E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392836'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A3E'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A3E'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392836'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397629> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397629'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000185'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000185'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397629'^^xsd:string;
  dwc:observationDate '1977-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395166> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FD5C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395166'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FD5C'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FD5C'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395166'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397773> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000002C5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397773'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000002C5'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000002C5'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397773'^^xsd:string;
  dwc:observationDate '1977-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395422> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9E8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395422'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9E8'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9E8'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395422'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397012> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207DE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397012'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207DE'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207DE'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397012'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396145> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6B0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396145'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6B0'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6B0'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396145'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396112> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396112'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F681'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F681'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396112'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395809> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AAD1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395809'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AAD1'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AAD1'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395809'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400098> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.113492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.113492 -1.531241)"^^geo:wktLiteral ;
  geo-pos:lat "55.113492"^^xsd:decimal ;
  geo-pos:long "-1.531241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400098'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005091'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.531241'^^xsd:double;
  dwc:latitude '55.113492'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005091'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400098'^^xsd:string;
  dwc:observationDate '2000-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398209> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.527627"^^xsd:decimal ;
  dwc:decimalLongitude "-2.706761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.527627 -2.706761)"^^geo:wktLiteral ;
  geo-pos:lat "50.527627"^^xsd:decimal ;
  geo-pos:long "-2.706761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71398209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71398209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000008F9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71398209'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Williams'^^xsd:string;
  dwc:collectorNumber '36194'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000008F9'^^xsd:string;
  dwc:collector 'Williams'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.706761'^^xsd:double;
  dwc:latitude '50.527627'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000008F9'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71398209'^^xsd:string;
  dwc:observationDate '1977-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391715> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391715'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC8'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC8'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391715'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390884'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032335'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032335'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390884'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391884> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.921405"^^xsd:decimal ;
  dwc:decimalLongitude "-2.641619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.921405 -2.641619)"^^geo:wktLiteral ;
  geo-pos:lat "55.921405"^^xsd:decimal ;
  geo-pos:long "-2.641619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BDE1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391884'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BDE1'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.641619'^^xsd:double;
  dwc:latitude '55.921405'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BDE1'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391884'^^xsd:string;
  dwc:observationDate '1977-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395779> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FFC9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395779'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FFC9'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FFC9'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395779'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397014> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207E0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397014'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207E0'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207E0'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397014'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393418> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000137EC" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393418'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000137EC'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000137EC'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393418'^^xsd:string;
  dwc:observationDate '1979-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395636> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395636'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA57'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA57'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395636'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395388> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9F2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395388'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9F2'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9F2'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395388'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394533> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029EB5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394533'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029EB5'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029EB5'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394533'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396173> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F6AF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396173'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F6AF'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F6AF'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396173'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396968> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400020765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396968'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400020765'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400020765'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396968'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395470> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AA13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395470'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AA13'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AA13'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395470'^^xsd:string;
  dwc:observationDate '1992-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392436> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.000973"^^xsd:decimal ;
  dwc:decimalLongitude "-4.900424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.000973 -4.900424)"^^geo:wktLiteral ;
  geo-pos:lat "54.000973"^^xsd:decimal ;
  geo-pos:long "-4.900424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107B3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392436'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107B3'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.900424'^^xsd:double;
  dwc:latitude '54.000973'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107B3'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392436'^^xsd:string;
  dwc:observationDate '1978-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397569> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.090733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.906687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.090733 -4.906687)"^^geo:wktLiteral ;
  geo-pos:lat "54.090733"^^xsd:decimal ;
  geo-pos:long "-4.906687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010000007A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397569'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Moore'^^xsd:string;
  dwc:collectorNumber '2308'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010000007A'^^xsd:string;
  dwc:collector 'Moore'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.906687'^^xsd:double;
  dwc:latitude '54.090733'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010000007A'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397569'^^xsd:string;
  dwc:observationDate '1977-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395383> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9D6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395383'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9D6'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9D6'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395383'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394864> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A89E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394864'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A89E'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A89E'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394864'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398461> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000BAE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398461'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ralph Rayner'^^xsd:string;
  dwc:collectorNumber '23994'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000BAE'^^xsd:string;
  dwc:collector 'Ralph Rayner'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000BAE'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398461'^^xsd:string;
  dwc:observationDate '1977-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400134> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71400134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71400134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100005097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71400134'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100005097'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100005097'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71400134'^^xsd:string;
  dwc:observationDate '2000-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395244> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A95D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395244'^^xsd:integer;
  dwc:scientificName 'Spirorbis rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A95D'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A95D'^^xsd:string;
  dwc:aphiaid '131235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395244'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '334841'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394120> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529686"^^xsd:decimal ;
  dwc:decimalLongitude "-2.142444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529686 -2.142444)"^^geo:wktLiteral ;
  geo-pos:lat "50.529686"^^xsd:decimal ;
  geo-pos:long "-2.142444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014C51" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394120'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014C51'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.142444'^^xsd:double;
  dwc:latitude '50.529686'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014C51'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394120'^^xsd:string;
  dwc:observationDate '1976-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392200> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.805339"^^xsd:decimal ;
  dwc:decimalLongitude "-6.883804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.805339 -6.883804)"^^geo:wktLiteral ;
  geo-pos:lat "57.805339"^^xsd:decimal ;
  geo-pos:long "-6.883804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7972%3A71392200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7972:71392200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000E2E7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7972'^^xsd:integer;
  dwc:catalogNumber '71392200'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000E2E7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.883804'^^xsd:double;
  dwc:latitude '57.805339'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000E2E7'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7972:71392200'^^xsd:string;
  dwc:observationDate '1980-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395814> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002AABB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395814'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '0'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002AABB'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002AABB'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395814'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399260> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.702682"^^xsd:decimal ;
  dwc:decimalLongitude "-0.726901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.702682 -0.726901)"^^geo:wktLiteral ;
  geo-pos:lat "50.702682"^^xsd:decimal ;
  geo-pos:long "-0.726901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399260'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028592'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.726901'^^xsd:double;
  dwc:latitude '50.702682'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028592'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399260'^^xsd:string;
  dwc:observationDate '1979-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390838'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032393'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032393'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390838'^^xsd:string;
  dwc:observationDate '1977-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390792> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN001000321D1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390792'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN001000321D1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN001000321D1'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390792'^^xsd:string;
  dwc:observationDate '1977-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391332> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BACE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391332'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BACE'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BACE'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391332'^^xsd:string;
  dwc:observationDate '1977-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394985> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FCA4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394985'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FCA4'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FCA4'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394985'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391413> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.833123"^^xsd:decimal ;
  dwc:decimalLongitude "-2.161218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.833123 -2.161218)"^^geo:wktLiteral ;
  geo-pos:lat "55.833123"^^xsd:decimal ;
  geo-pos:long "-2.161218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7965%3A71391413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7965:71391413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BBA2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7965'^^xsd:integer;
  dwc:catalogNumber '71391413'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BBA2'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.161218'^^xsd:double;
  dwc:latitude '55.833123'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BBA2'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7965:71391413'^^xsd:string;
  dwc:observationDate '1977-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392831> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392831'^^xsd:integer;
  dwc:scientificName 'Idotea baltica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A46'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A46'^^xsd:string;
  dwc:aphiaid '325483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392831'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '119039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A8CF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394986'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A8CF'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A8CF'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394986'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397015> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71397015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71397015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207C7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71397015'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207C7'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207C7'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71397015'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398574> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58188"^^xsd:decimal ;
  dwc:decimalLongitude "-4.967699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58188 -4.967699)"^^geo:wktLiteral ;
  geo-pos:lat "50.58188"^^xsd:decimal ;
  geo-pos:long "-4.967699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7956%3A71398574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7956:71398574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000CC1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7956'^^xsd:integer;
  dwc:catalogNumber '71398574'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000CC1'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.967699'^^xsd:double;
  dwc:latitude '50.58188'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000CC1'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7956:71398574'^^xsd:string;
  dwc:observationDate '1977-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393070> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.881629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.215973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.881629 -3.215973)"^^geo:wktLiteral ;
  geo-pos:lat "58.881629"^^xsd:decimal ;
  geo-pos:long "-3.215973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012B67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393070'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012B67'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.215973'^^xsd:double;
  dwc:latitude '58.881629'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012B67'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393070'^^xsd:string;
  dwc:observationDate '1979-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391690> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEC3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391690'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEC3'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEC3'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391690'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390862> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390862'^^xsd:integer;
  dwc:scientificName 'Dicentrarchus labrax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032398'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032398'^^xsd:string;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390862'^^xsd:string;
  dwc:observationDate '1977-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390617> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.238284"^^xsd:decimal ;
  dwc:decimalLongitude "-4.245041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.238284 -4.245041)"^^geo:wktLiteral ;
  geo-pos:lat "50.238284"^^xsd:decimal ;
  geo-pos:long "-4.245041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003202B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390617'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003202B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.245041'^^xsd:double;
  dwc:latitude '50.238284'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003202B'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390617'^^xsd:string;
  dwc:observationDate '1981-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397888> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.094328"^^xsd:decimal ;
  dwc:decimalLongitude "-4.753983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.094328 -4.753983)"^^geo:wktLiteral ;
  geo-pos:lat "54.094328"^^xsd:decimal ;
  geo-pos:long "-4.753983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7952%3A71397888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7952:71397888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7952'^^xsd:integer;
  dwc:catalogNumber '71397888'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Ron Crosby'^^xsd:string;
  dwc:collectorNumber '54736'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000561'^^xsd:string;
  dwc:collector 'Ron Crosby'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.753983'^^xsd:double;
  dwc:latitude '54.094328'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000561'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7952:71397888'^^xsd:string;
  dwc:observationDate '1977-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394486> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71394486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71394486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400029E94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71394486'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400029E94'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400029E94'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71394486'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391825> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.859801"^^xsd:decimal ;
  dwc:decimalLongitude "-10.323257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.859801 -10.323257)"^^geo:wktLiteral ;
  geo-pos:lat "51.859801"^^xsd:decimal ;
  geo-pos:long "-10.323257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BD9D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391825'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BD9D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.323257'^^xsd:double;
  dwc:latitude '51.859801'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BD9D'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391825'^^xsd:string;
  dwc:observationDate '1979-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398426> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.564057"^^xsd:decimal ;
  dwc:decimalLongitude "-6.396529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.564057 -6.396529)"^^geo:wktLiteral ;
  geo-pos:lat "56.564057"^^xsd:decimal ;
  geo-pos:long "-6.396529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7955%3A71398426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7955:71398426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000A59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7955'^^xsd:integer;
  dwc:catalogNumber '71398426'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'David Moss'^^xsd:string;
  dwc:collectorNumber '120327'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000A59'^^xsd:string;
  dwc:collector 'David Moss'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-6.396529'^^xsd:double;
  dwc:latitude '56.564057'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000A59'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7955:71398426'^^xsd:string;
  dwc:observationDate '1977-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395431> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71395431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71395431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002A9FD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71395431'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002A9FD'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002A9FD'^^xsd:string;
  dwc:aphiaid '140263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71395431'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '140263'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399828> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399828'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004145'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004145'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399828'^^xsd:string;
  dwc:observationDate '2001-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399683> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399683'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FA7'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FA7'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399683'^^xsd:string;
  dwc:observationDate '1999-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399336> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399336'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C52'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C52'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399336'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390141> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.787551"^^xsd:decimal ;
  dwc:decimalLongitude "-5.350946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.787551 -5.350946)"^^geo:wktLiteral ;
  geo-pos:lat "55.787551"^^xsd:decimal ;
  geo-pos:long "-5.350946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71390141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71390141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010002854C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71390141'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010002854C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.350946'^^xsd:double;
  dwc:latitude '55.787551'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010002854C'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71390141'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399029> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.529428"^^xsd:decimal ;
  dwc:decimalLongitude "-2.283528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.529428 -2.283528)"^^geo:wktLiteral ;
  geo-pos:lat "50.529428"^^xsd:decimal ;
  geo-pos:long "-2.283528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7954%3A71399029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7954:71399029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100001016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7954'^^xsd:integer;
  dwc:catalogNumber '71399029'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100001016'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.283528'^^xsd:double;
  dwc:latitude '50.529428'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100001016'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7954:71399029'^^xsd:string;
  dwc:observationDate '1978-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399205> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.614231"^^xsd:decimal ;
  dwc:decimalLongitude "-0.870635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.614231 -0.870635)"^^geo:wktLiteral ;
  geo-pos:lat "50.614231"^^xsd:decimal ;
  geo-pos:long "-0.870635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7959%3A71399205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7959:71399205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100028580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7959'^^xsd:integer;
  dwc:catalogNumber '71399205'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100028580'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-0.870635'^^xsd:double;
  dwc:latitude '50.614231'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100028580'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7959:71399205'^^xsd:string;
  dwc:observationDate '1979-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394172> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.315926"^^xsd:decimal ;
  dwc:decimalLongitude "-4.810609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.315926 -4.810609)"^^geo:wktLiteral ;
  geo-pos:lat "50.315926"^^xsd:decimal ;
  geo-pos:long "-4.810609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7982%3A71394172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7982:71394172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014D21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7982'^^xsd:integer;
  dwc:catalogNumber '71394172'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014D21'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.810609'^^xsd:double;
  dwc:latitude '50.315926'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014D21'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7982:71394172'^^xsd:string;
  dwc:observationDate '1977-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391249> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003255B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391249'^^xsd:integer;
  dwc:scientificName 'Eunicella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003255B'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003255B'^^xsd:string;
  dwc:aphiaid '125366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391249'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '125366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399894> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.023634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.532289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.023634 -1.532289)"^^geo:wktLiteral ;
  geo-pos:lat "55.023634"^^xsd:decimal ;
  geo-pos:long "-1.532289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100004DAA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399894'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100004DAA'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.532289'^^xsd:double;
  dwc:latitude '55.023634'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100004DAA'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399894'^^xsd:string;
  dwc:observationDate '1999-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394898> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC74" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394898'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC74'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC74'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394898'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394899> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71394899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71394899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001FC84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71394899'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001FC84'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001FC84'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71394899'^^xsd:string;
  dwc:observationDate '1992-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396697> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7984%3A71396697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7984:71396697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000205BA" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7984'^^xsd:integer;
  dwc:catalogNumber '71396697'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000205BA'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000205BA'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7984:71396697'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9362"^^xsd:decimal ;
  dwc:decimalLongitude "-10.307079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9362 -10.307079)"^^geo:wktLiteral ;
  geo-pos:lat "50.9362"^^xsd:decimal ;
  geo-pos:long "-10.307079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BEBF" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391691'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BEBF'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.307079'^^xsd:double;
  dwc:latitude '50.9362'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BEBF'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391691'^^xsd:string;
  dwc:observationDate '1979-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391938> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.197031"^^xsd:decimal ;
  dwc:decimalLongitude "-5.702335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.197031 -5.702335)"^^geo:wktLiteral ;
  geo-pos:lat "54.197031"^^xsd:decimal ;
  geo-pos:long "-5.702335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7968%3A71391938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7968:71391938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BE73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7968'^^xsd:integer;
  dwc:catalogNumber '71391938'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BE73'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-5.702335'^^xsd:double;
  dwc:latitude '54.197031'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BE73'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7968:71391938'^^xsd:string;
  dwc:observationDate '1977-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391551> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.036421"^^xsd:decimal ;
  dwc:decimalLongitude "-10.478156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.036421 -10.478156)"^^geo:wktLiteral ;
  geo-pos:lat "52.036421"^^xsd:decimal ;
  geo-pos:long "-10.478156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7967%3A71391551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7967:71391551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040000BCFE" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7967'^^xsd:integer;
  dwc:catalogNumber '71391551'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040000BCFE'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'IE'^^xsd:string;
  dwc:longitude '-10.478156'^^xsd:double;
  dwc:latitude '52.036421'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040000BCFE'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7967:71391551'^^xsd:string;
  dwc:observationDate '1979-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396425> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396425'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F745'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F745'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396425'^^xsd:string;
  dwc:observationDate '1996-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390964> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0010003242D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390964'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0010003242D'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0010003242D'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390964'^^xsd:string;
  dwc:observationDate '1979-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399703> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003FBB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399703'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003FBB'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003FBB'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399703'^^xsd:string;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393691> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.980204"^^xsd:decimal ;
  dwc:decimalLongitude "-5.283296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.980204 -5.283296)"^^geo:wktLiteral ;
  geo-pos:lat "54.980204"^^xsd:decimal ;
  geo-pos:long "-5.283296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7969%3A71393691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7969:71393691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400014401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7969'^^xsd:integer;
  dwc:catalogNumber '71393691'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400014401'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.283296'^^xsd:double;
  dwc:latitude '54.980204'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400014401'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7969:71393691'^^xsd:string;
  dwc:observationDate '1977-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390565> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.418011"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.418011 -4.25353)"^^geo:wktLiteral ;
  geo-pos:lat "50.418011"^^xsd:decimal ;
  geo-pos:long "-4.25353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71390565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71390565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100031FA7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71390565'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100031FA7'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.25353'^^xsd:double;
  dwc:latitude '50.418011'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100031FA7'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71390565'^^xsd:string;
  dwc:observationDate '1981-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393194> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96545 -3.74064)"^^geo:wktLiteral ;
  geo-pos:lat "58.96545"^^xsd:decimal ;
  geo-pos:long "-3.74064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7978%3A71393194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7978:71393194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012C32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7978'^^xsd:integer;
  dwc:catalogNumber '71393194'^^xsd:integer;
  dwc:scientificName 'Grantia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012C32'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.74064'^^xsd:double;
  dwc:latitude '58.96545'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012C32'^^xsd:string;
  dwc:aphiaid '131703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7978:71393194'^^xsd:string;
  dwc:observationDate '1979-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '131703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399420> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.684455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563269 -1.684455)"^^geo:wktLiteral ;
  geo-pos:lat "55.563269"^^xsd:decimal ;
  geo-pos:long "-1.684455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003E32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399420'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003E32'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.684455'^^xsd:double;
  dwc:latitude '55.563269'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003E32'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399420'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399335> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.653527"^^xsd:decimal ;
  dwc:decimalLongitude "-2.001562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.653527 -2.001562)"^^geo:wktLiteral ;
  geo-pos:lat "55.653527"^^xsd:decimal ;
  geo-pos:long "-2.001562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003C59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399335'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003C59'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.001562'^^xsd:double;
  dwc:latitude '55.653527'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003C59'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399335'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392482> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.190729"^^xsd:decimal ;
  dwc:decimalLongitude "-4.453785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.190729 -4.453785)"^^geo:wktLiteral ;
  geo-pos:lat "54.190729"^^xsd:decimal ;
  geo-pos:long "-4.453785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7973%3A71392482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7973:71392482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000107BB" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7973'^^xsd:integer;
  dwc:catalogNumber '71392482'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'K Hiscock'^^xsd:string;
  dwc:collectorNumber '120338'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000107BB'^^xsd:string;
  dwc:collector 'K Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.453785'^^xsd:double;
  dwc:latitude '54.190729'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000107BB'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7973:71392482'^^xsd:string;
  dwc:observationDate '1978-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399639> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.563575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.843006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.563575 -1.843006)"^^geo:wktLiteral ;
  geo-pos:lat "55.563575"^^xsd:decimal ;
  geo-pos:long "-1.843006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7960%3A71399639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7960:71399639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100003F6D" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7960'^^xsd:integer;
  dwc:catalogNumber '71399639'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Dove Marine Laboratory'^^xsd:string;
  dwc:collectorNumber '43684'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100003F6D'^^xsd:string;
  dwc:collector 'Dove Marine Laboratory'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-1.843006'^^xsd:double;
  dwc:latitude '55.563575'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100003F6D'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7960:71399639'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392847> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.910888"^^xsd:decimal ;
  dwc:decimalLongitude "-2.330059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.910888 -2.330059)"^^geo:wktLiteral ;
  geo-pos:lat "56.910888"^^xsd:decimal ;
  geo-pos:long "-2.330059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7977%3A71392847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7977:71392847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00400012A2C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7977'^^xsd:integer;
  dwc:catalogNumber '71392847'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00400012A2C'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-2.330059'^^xsd:double;
  dwc:latitude '56.910888'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00400012A2C'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7977:71392847'^^xsd:string;
  dwc:observationDate '1979-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398838> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.522834"^^xsd:decimal ;
  dwc:decimalLongitude "-3.270969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.522834 -3.270969)"^^geo:wktLiteral ;
  geo-pos:lat "50.522834"^^xsd:decimal ;
  geo-pos:long "-3.270969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71398838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71398838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100000ED4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71398838'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100000ED4'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.270969'^^xsd:double;
  dwc:latitude '50.522834'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100000ED4'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71398838'^^xsd:string;
  dwc:observationDate '1981-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396528> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.035605"^^xsd:decimal ;
  dwc:decimalLongitude "-5.213198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.035605 -5.213198)"^^geo:wktLiteral ;
  geo-pos:lat "50.035605"^^xsd:decimal ;
  geo-pos:long "-5.213198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7983%3A71396528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7983:71396528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040001F807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7983'^^xsd:integer;
  dwc:catalogNumber '71396528'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Pamela Tompsett'^^xsd:string;
  dwc:collectorNumber '140167'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040001F807'^^xsd:string;
  dwc:collector 'Pamela Tompsett'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.213198'^^xsd:double;
  dwc:latitude '50.035605'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040001F807'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7983:71396528'^^xsd:string;
  dwc:observationDate '1996-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396986> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.240908"^^xsd:decimal ;
  dwc:decimalLongitude "-4.104914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.240908 -4.104914)"^^geo:wktLiteral ;
  geo-pos:lat "50.240908"^^xsd:decimal ;
  geo-pos:long "-4.104914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7987%3A71396986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7987:71396986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN004000207A9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7987'^^xsd:integer;
  dwc:catalogNumber '71396986'^^xsd:integer;
  dwc:scientificName 'Crassostrea gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:collectorNumber '140166'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN004000207A9'^^xsd:string;
  dwc:collector 'Marine Life Information Network of Britain and Ire'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.104914'^^xsd:double;
  dwc:latitude '50.240908'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN004000207A9'^^xsd:string;
  dwc:aphiaid '140656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7987:71396986'^^xsd:string;
  dwc:observationDate '2007-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '836033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395927> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.129192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.079524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.129192 -5.079524)"^^geo:wktLiteral ;
  geo-pos:lat "50.129192"^^xsd:decimal ;
  geo-pos:long "-5.079524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7985%3A71395927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7985:71395927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN0040002005E" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7985'^^xsd:integer;
  dwc:catalogNumber '71395927'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Institute of Cornish Studies'^^xsd:string;
  dwc:collectorNumber '140165'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN0040002005E'^^xsd:string;
  dwc:collector 'Institute of Cornish Studies'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.079524'^^xsd:double;
  dwc:latitude '50.129192'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN0040002005E'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7985:71395927'^^xsd:string;
  dwc:observationDate '1991-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391255> ;
  mr:hasGeometry <https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.243363"^^xsd:decimal ;
  dwc:decimalLongitude "-3.964766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.243363 -3.964766)"^^geo:wktLiteral ;
  geo-pos:lat "50.243363"^^xsd:decimal ;
  geo-pos:long "-3.964766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/641__urn%3Acatalog%3AMarine%20Biological%20Association%3A7957%3A71391255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marine Biological Association:7957:71391255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/641_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-MRMLN00100032562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-26'^^xsd:date;
  dwc:institutionCode 'Marine Biological Association'^^xsd:string;
  dwc:collectionCode '7957'^^xsd:integer;
  dwc:catalogNumber '71391255'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Keith Hiscock'^^xsd:string;
  dwc:collectorNumber '52063'^^xsd:integer;
  dwc:fieldNumber 'T-MRMLN00100032562'^^xsd:string;
  dwc:collector 'Keith Hiscock'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.964766'^^xsd:double;
  dwc:latitude '50.243363'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-MRMLN00100032562'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marine Biological Association:7957:71391255'^^xsd:string;
  dwc:observationDate '1978-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF